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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public byte[] Encode()

Return Value

Byte
ASN-encoded signed blob.

Exceptions

InvalidOperationException The TBS blob is not signed.

See Also