Click or drag to resize

X509CertificateRequest Methods

The X509CertificateRequest type exposes the following members.

Methods
  NameDescription
Protected methodDecode
Populates current object with data from ASN.1-encoded byte array that represents encoded PKCS#10 certificate request.
(Inherited from X509CertificateRequestPkcs10.)
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.
(Inherited from X509CertificateRequestPkcs10.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetRequestFormat(Byte)
Gets the certificate request format. This method allows to determine whether the certificate request is encoded in a PKCS#10 (native) or PKCS#7 (enveloped) format.
Public methodStatic memberGetRequestFormat(String)
Gets the certificate request format in the specified file. This method allows to determine whether the certificate request is encoded in a PKCS#10 (native) or PKCS#7 (enveloped) format.
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
Gets the textual representation of the certificate request.
(Overrides ObjectToString.)
Top
See Also