X509CRL2 Constructor (Byte) |
Initializes a new instance of the
X509CRL2 class defined from a sequence of bytes representing
an X.509 certificate revocation list.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509CRL2(
byte[] rawData
)
Public Sub New (
rawData As Byte()
)
public:
X509CRL2(
array<unsigned char>^ rawData
)
new :
rawData : byte[] -> X509CRL2
Parameters
- rawData
- Type: SystemByte
A byte array containing data from an X.509 CRL.
Exceptions Exception | Condition |
---|
ArgumentNullException | |
See Also