Click or drag to resize

PkcsSignerInfoBuilder Constructor (PkcsSignerInfo)

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

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

Parameters

signerInfo
Type: SysadminsLV.PKI.Cryptography.PkcsPkcsSignerInfo
Existing signer information to copy the information from.
Exceptions
ExceptionCondition
ArgumentNullExceptionsignerInfo parameter is null.
See Also