Click or drag to resize

SignedContentBlobEncode Method

Encodes current object to ASN-encoded signed blob object.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public byte[] Encode()

Return Value

Type: Byte
ASN-encoded signed blob.
Exceptions
ExceptionCondition
InvalidOperationException The TBS blob is not signed.
See Also