OidMapping Constructor (Byte) |
Initializes a new instance of the OidMapping class from an ASN.1-encoded byte array.
Namespace:
System.Security.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public OidMapping(
byte[] asnData
)
Public Sub New (
asnData As Byte()
)
public:
OidMapping(
array<unsigned char>^ asnData
)
new :
asnData : byte[] -> OidMapping
Parameters
- asnData
- Type: SystemByte
ASN.1-encoded byte array.
Exceptions Exception | Condition |
---|
ArgumentNullException | |
See Also