DigitalSignatureCertificateStoreName Property |
Specifies the store name of the certificate.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic StoreName CertificateStoreName { get; set; }
Public Property CertificateStoreName As StoreName
Get
Set
public:
property StoreName CertificateStoreName {
StoreName get ();
void set (StoreName value);
}
member CertificateStoreName : StoreName with get, set
Property Value
Type:
StoreName
See Also