SignedContentBlobEncode Method

Encodes current object to ASN-encoded signed blob object.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public byte[] Encode()

Return Value

Byte
ASN-encoded signed blob.

Exceptions

InvalidOperationException The TBS blob is not signed.

See Also