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
)
Public Sub New (
signerInfo As PkcsSignerInfo
)
public:
TspAuthenticodeRequest(
PkcsSignerInfo^ signerInfo
)
new :
signerInfo : PkcsSignerInfo -> TspAuthenticodeRequest
Parameters
- signerInfo
- Type: SysadminsLV.PKI.Cryptography.PkcsPkcsSignerInfo
Existing signer info object to use in the request.
Exceptions See Also