PkcsSignerInfoBuilderEncode Method
Encodes and signs the content using the signer object used in
Namespace: SysadminsLV.PKI.Cryptography.PkcsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public PkcsSignerInfo Encode()
Public Function Encode As PkcsSignerInfo
public:
PkcsSignerInfo^ Encode()
member Encode : unit -> PkcsSignerInfo
Return Value
PkcsSignerInfo
An instance of
PkcsSignerInfo class.
Before signing, the method adds two authenticated attributes: content type and message digest. Authenticated attributes are then
signed with signer's private key.