X509CRLEntry Constructor (Byte) |
Initializes a new instance of the X509CRLEntry class from a ASN.1-encoded byte array.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CRLEntry(
byte[] rawData
)
Public Sub New (
rawData As Byte()
)
public:
X509CRLEntry(
array<unsigned char>^ rawData
)
new :
rawData : byte[] -> X509CRLEntry
Parameters
- rawData
- Type: SystemByte
ASN.1-encoded byte array.
Exceptions Exception | Condition |
---|
ArgumentNullException | The rawData parameter is null reference. |
InvalidDataException | The data do not contains valid CRL entry structure. |
See Also