Click or drag to resize

TspAuthenticodeRequest Constructor

Initializes a new instance of TspAuthenticodeRequest from existing signer information.

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

Parameters

signerInfo
Type: SysadminsLV.PKI.Cryptography.PkcsPkcsSignerInfo
Existing signer info object to use in the request.
Exceptions
ExceptionCondition
ArgumentNullExceptionsignerInfo parameter is null.
See Also