Creates a new instance of the
vCardCertificate
class using the specified key type and raw certificate data.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public vCardCertificate(
string keyType,
byte[] data
) |
Visual Basic |
---|
Public Sub New ( _
keyType As String, _
data As Byte() _
) |
Parameters
- keyType
- Type: System..::..String
A string that identifies the type of certificate,
such as X509.
- data
- Type: array<System..::..Byte>[]()[][]
The raw certificate data stored as a byte array.
See Also