OPC Labs Base Library
PkiCertificate Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : PkiCertificate Object
Public Methods

 

DISPID (Dispatch ID):

 

For more information, see Dispose in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Exports an X509Certificate2 object.

 

DISPID (Dispatch ID):

 

For more information, see Export in .NET Reference.

Returns the hash value for a PkiCertificate object.

 

DISPID (Dispatch ID):

 

For more information, see GetCertHash in .NET Reference.

Returns a hexadecimal string that contains the hash value for the X.509v3 certificate.

 

DISPID (Dispatch ID):

 

For more information, see GetCertHashString in .NET Reference.

Returns the effective date of this X.509v3 certificate.

 

DISPID (Dispatch ID):

 

For more information, see GetEffectiveDateString in .NET Reference.

Returns the expiration date of this X.509v3 certificate.

 

DISPID (Dispatch ID):

 

For more information, see GetExpirationDateString in .NET Reference.

Returns the name of the format of this X.509v3 certificate.

 

DISPID (Dispatch ID):

 

For more information, see GetFormat in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Returns the name of the certification authority that issued the X.509v3 certificate.

 

DISPID (Dispatch ID):

 

For more information, see GetIssuerName in .NET Reference.

Returns the key algorithm information for this X.509v3 certificate as a string.

 

DISPID (Dispatch ID):

 

For more information, see GetKeyAlgorithm in .NET Reference.

Returns the key algorithm parameters for the X.509v3 certificate as an array of bytes.

 

DISPID (Dispatch ID):

 

For more information, see GetKeyAlgorithmParameters in .NET Reference.

Returns the key algorithm parameters for the X.509v3 certificate as a hexadecimal string.

 

DISPID (Dispatch ID):

 

For more information, see GetKeyAlgorithmParametersString in .NET Reference.

Returns the name of the principal to which the certificate was issued.

 

DISPID (Dispatch ID):

 

For more information, see GetName in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see System.Runtime.Serialization.ISerializable.GetObjectData in .NET Reference.

Returns the public key for the X.509v3 certificate as an array of bytes.

 

DISPID (Dispatch ID):

 

For more information, see GetPublicKey in .NET Reference.

Returns the public key for the X.509v3 certificate as a hexadecimal string.

 

DISPID (Dispatch ID):

 

For more information, see GetPublicKeyString in .NET Reference.

Returns the raw data for the entire X.509v3 certificate as an array of bytes.

 

DISPID (Dispatch ID):

 

For more information, see GetRawCertData in .NET Reference.

Returns the raw data for the entire X.509v3 certificate as a hexadecimal string.

 

DISPID (Dispatch ID):

 

For more information, see GetRawCertDataString in .NET Reference.

Returns the serial number of the X.509v3 certificate as an array of bytes in little-endian order.

 

DISPID (Dispatch ID):

 

For more information, see GetSerialNumberByteArray in .NET Reference.

Returns the serial number of the X.509v3 certificate as a little-endian hexadecimal string.

 

DISPID (Dispatch ID):

 

For more information, see GetSerialNumberString in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Populates an X509Certificate2 object using data from a byte array, a password, and flags for determining how to import the private key.

 

DISPID (Dispatch ID):

 

For more information, see Import in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see System.Runtime.Serialization.IDeserializationCallback.OnDeserialization in .NET Reference.

Resets the state of an X509Certificate2 object.

 

DISPID (Dispatch ID):

 

For more information, see Reset in .NET Reference.

Performs a PKI chain validation using basic validation policy.

 

DISPID (Dispatch ID):

 

For more information, see Verify in .NET Reference.

Public Properties
Gets or sets a value indicating that a PKI certificate is archived.
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Gets or sets the associated alias for a certificate.

 

DISPID (Dispatch ID):

 

For more information, see FriendlyName in .NET Reference.

Gets a value that indicates whether an X509Certificate2 object contains a private key.
Gets the name of the certificate authority that issued the X.509v3 certificate.
Gets the date in local time after which a certificate is no longer valid.
Gets the date in local time on which a certificate becomes valid.
Gets or sets the AsymmetricAlgorithm object that represents the private key associated with a certificate.
Gets the raw data of a certificate.

 

DISPID (Dispatch ID):

 

For more information, see RawData in .NET Reference.

Gets the serial number of a certificate as a big-endian hexadecimal string.
Gets the subject distinguished name from the certificate.
Gets the thumbprint of a certificate.
Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Gets the PKI format version of a certificate.
See Also

PkiCertificate Object