API Reference
Class
WordPackageCertificateStoreOptions
Options for resolving a signing certificate from the local certificate store.
Inheritance
- Object
- WordPackageCertificateStoreOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method WordDocument.SignPackage
- Method WordDocument.TrySignPackage
Constructors
public WordPackageCertificateStoreOptions() #Inherited Methods
Properties
public StoreName StoreName { get; set; } #Gets or sets the certificate store name to inspect.
public StoreLocation StoreLocation { get; set; } #Gets or sets the certificate store location to inspect.
public Boolean RequirePrivateKey { get; set; } #Gets or sets whether the resolved certificate must include a private key.
public Boolean IncludeInvalidCertificates { get; set; } #Gets or sets whether invalid or untrusted certificates are included during thumbprint lookup.