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
)
Public Sub New (
signerInfo As PkcsSignerInfo
)
public:
PkcsSignerInfoBuilder(
PkcsSignerInfo^ signerInfo
)
new :
signerInfo : PkcsSignerInfo -> PkcsSignerInfoBuilder
Parameters
- signerInfo
- Type: SysadminsLV.PKI.Cryptography.PkcsPkcsSignerInfo
Existing signer information to copy the information from.
Exceptions Exception | Condition |
---|
ArgumentNullException | signerInfo parameter is null.
|
See Also