SignedPublicKeyAndChallenge Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
A SPKAC certificate request. This is used by Mozilla, Opera and other browsers except Internet Explorer. For Internet Explorer, use CertificationRequest.
Syntax
public class SignedPublicKeyAndChallengeInherited Members
Constructors
| Name | Description | 
|---|---|
| SignedPublicKeyAndChallenge(Byte[]) | Creates a SPKAC request from an ASN.1 block. | 
Properties
| Name | Description | 
|---|---|
| PublicKey | Gets the SPKAC request's public key info. This includes the key itself. | 
Methods
| Name | Description | 
|---|---|
| Validate(String) | Validates the SPKAC request's signature. |