DigitalSignatureCertificateStoreName Property |
Specifies the store name of the certificate.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
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