SignedPublicKeyAndChallenge.Validate Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
Validate(String)
Validates the SPKAC request's signature.
Declaration
public bool Validate(string challenge)
Parameters
| Type | Name | Description |
|---|---|---|
| String | challenge | Challenge string. |
Returns
| Type | Description |
|---|---|
| Boolean | True if valid; false if not valid. |