API Reference

Class

WordPackageCertificateStoreOptions

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

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

Constructors

public WordPackageCertificateStoreOptions() #

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.