PkcsSignerInfoBuilder(PkcsSignerInfo) Constructor

Initializes a new instance of PkcsSignerInfoBuilder class from existing signer information. All data from existing signer information is copied to builder.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public PkcsSignerInfoBuilder(
	PkcsSignerInfo signerInfo
)

Parameters

signerInfo  PkcsSignerInfo
Existing signer information to copy the information from.

Exceptions

ArgumentNullExceptionsignerInfo parameter is null.

See Also