Click or drag to resize

PkcsSignerInfoBuilderEncode Method

Encodes and signs the content using the signer object used in

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public PkcsSignerInfo Encode()

Return Value

Type: PkcsSignerInfo
An instance of PkcsSignerInfo class.
Remarks
Before signing, the method adds two authenticated attributes: content type and message digest. Authenticated attributes are then signed with signer's private key.
See Also