CertificationRequest.Validate Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Validate()
Validates the PKCS #10 request's signature.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
Boolean | True if valid; false if not valid. |
Validate(DistinguishedName)
Validates the PKCS #10 request's signature.
Declaration
public bool Validate(DistinguishedName subject)
Parameters
Type | Name | Description |
---|---|---|
DistinguishedName | subject | Subject - in practice, this is used in place of a challenge string. |
Returns
Type | Description |
---|---|
Boolean | True if valid; false if not valid. |