X509CertificateRequestPkcs10 Class |
Namespace: SysadminsLV.PKI.Cryptography.X509CertificateRequests
The X509CertificateRequestPkcs10 type exposes the following members.
Name | Description | |
---|---|---|
X509CertificateRequestPkcs10 |
Initializes a new empty instance of X509CertificateRequestPkcs10 class.
| |
X509CertificateRequestPkcs10(Byte) |
Initializes a new instance of X509CertificateRequestPkcs10 class from ASN.1-encoded
byte array that represents PKCS #10 certificate request.
|
Name | Description | |
---|---|---|
Attributes |
Gets X509AttributeCollection object that contains a collection of attributes
associated with the certificate request.
| |
Extensions |
Gets a collection of X509Extension objects included in the request.
| |
PublicKey |
Gets a PublicKey object associated with a certificate
| |
RawData |
Gets the raw data of a certificate request.
| |
SignatureAlgorithm |
Gets the algorithm used to create the signature of a certificate request.
| |
SignatureIsValid |
Gets request signature status. Returns True if signature is valid, False otherwise.
| |
Subject |
Gets textual form of the distinguished name of the request subject.
| |
SubjectName |
Gets the distinguished name of the request subject.
| |
Version |
Gets the X.509 format version of a certificate request.
|
Name | Description | |
---|---|---|
Decode |
Populates current object with data from ASN.1-encoded byte array that represents encoded PKCS#10
certificate request.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Format |
Gets decoded textual representation (dump) of the current object.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |