X509CRL2Import Method (Byte) |
Note: This API is now obsolete.
Populates an
X509CRL2 object with the CRL information from a DER-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 [ObsoleteAttribute("Deprecated.", true)]
public void Import(
byte[] rawData
)
<ObsoleteAttribute("Deprecated.", true)>
Public Sub Import (
rawData As Byte()
)
public:
[ObsoleteAttribute(L"Deprecated.", true)]
void Import(
array<unsigned char>^ rawData
)
[<ObsoleteAttribute("Deprecated.", true)>]
member Import :
rawData : byte[] -> unit
Parameters
- rawData
- Type: SystemByte
A byte array containing data from an X.509 CRL.
See Also