Property | Type | Description | |
---|---|---|---|
CertificationRequestInfo | Goedel.Cryptography.PKIX.CertificationRequestInfo | ||
Signature | byte[] | ||
SignatureAlgorithm | Goedel.Cryptography.PKIX.AlgorithmIdentifier |
Method | Description | |
---|---|---|
CertificationRequest ( ) : System |
Construct a certification request.
|
|
CertificationRequest ( |
Construct a certification request for the specified certificate.
|
|
Encode ( Goedel Buffer ) : void |
Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.
|
|
SetSubject ( string name ) : void |
Set the subject name.
|
|
Sign ( CryptoProviderSignature SigningKey ) : void |
Sign the request
|
public CertificationRequest ( |
||
Certificate | ||
return | System |
public Encode ( Goedel Buffer ) : void | ||
Buffer | Goedel | Output buffer |
return | void |
public Sign ( CryptoProviderSignature SigningKey ) : void | ||
SigningKey | CryptoProviderSignature | |
return | void |
public Goedel.Cryptography.PKIX.CertificationRequestInfo CertificationRequestInfo | ||
return | Goedel.Cryptography.PKIX.CertificationRequestInfo |