Click or drag to resize

X509CertificateRequestPkcs10 Class

Represents a managed PKCS #10 request.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Cryptography.X509CertificateRequestsX509CertificateRequestPkcs10
    System.Security.Cryptography.X509CertificateRequestsX509CertificateRequest

Namespace:  SysadminsLV.PKI.Cryptography.X509CertificateRequests
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class X509CertificateRequestPkcs10

The X509CertificateRequestPkcs10 type exposes the following members.

Constructors
  NameDescription
Protected methodX509CertificateRequestPkcs10
Initializes a new empty instance of X509CertificateRequestPkcs10 class.
Public methodX509CertificateRequestPkcs10(Byte)
Initializes a new instance of X509CertificateRequestPkcs10 class from ASN.1-encoded byte array that represents PKCS #10 certificate request.
Top
Properties
  NameDescription
Public propertyAttributes
Gets X509AttributeCollection object that contains a collection of attributes associated with the certificate request.
Public propertyExtensions
Gets a collection of X509Extension objects included in the request.
Public propertyPublicKey
Gets a PublicKey object associated with a certificate
Public propertyRawData
Gets the raw data of a certificate request.
Public propertySignatureAlgorithm
Gets the algorithm used to create the signature of a certificate request.
Public propertySignatureIsValid
Gets request signature status. Returns True if signature is valid, False otherwise.
Public propertySubject
Gets textual form of the distinguished name of the request subject.
Public propertySubjectName
Gets the distinguished name of the request subject.
Public propertyVersion
Gets the X.509 format version of a certificate request.
Top
Methods
  NameDescription
Protected methodDecode
Populates current object with data from ASN.1-encoded byte array that represents encoded PKCS#10 certificate request.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Gets decoded textual representation (dump) of the current object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also