DigitalSignature Constructor (X509Store, Int32) |
Create Digital signature based on specified X509 Store and index of certificate.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic DigitalSignature(
X509Store store,
int index
)
Public Sub New (
store As X509Store,
index As Integer
)
public:
DigitalSignature(
X509Store^ store,
int index
)
new :
store : X509Store *
index : int -> DigitalSignature
Parameters
- store
- Type: System.Security.Cryptography.X509CertificatesX509Store
X509 store. - index
- Type: SystemInt32
Index of certificate.
See Also