Initializes a new instance of TspResponse class from ASN.1-encoded byte array.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public TspResponse(
byte[] responseData
)
Public Sub New (
responseData As Byte()
)
public:
TspResponse(
array<unsigned char>^ responseData
)
new :
responseData : byte[] -> TspResponse
Parameters
- responseData
- Type: SystemByte
ASN.1-encoded byte array returned by TSA server.
Exceptions Exception | Condition |
---|
ArgumentNullException | responseData parameter is null.
|
See Also