The vCardCertificate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
vCardCertificate()()()() |
Creates a new instance of the vCardCertificate class.
| |
vCardCertificate(X509Certificate2) |
Creates a vCard certificate based on an X509 certificate.
| |
vCardCertificate(String, array<Byte>[]()[][]) |
Creates a new instance of the vCardCertificate
class using the specified key type and raw certificate data.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Data |
The raw data of the certificate as a byte array.
| |
KeyType |
A short string that identifies the type of certificate.
|