API Reference

Enum

WordSignatureValidationState

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Signature validation state for one validation dimension.

Inheritance

  • Enum
  • WordSignatureValidationState

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordSignatureValidationState NotPresent #

No signature metadata exists for this validation dimension.

Value: 0
public const WordSignatureValidationState Passed #

The validation dimension has passed the checks OfficeIMO can perform.

Value: 1
public const WordSignatureValidationState Failed #

The validation dimension failed the checks OfficeIMO can perform.

Value: 2
public const WordSignatureValidationState NotChecked #

The validation dimension was intentionally not checked.

Value: 3
public const WordSignatureValidationState Unsupported #

The validation dimension is not supported by the current OfficeIMO implementation.

Value: 4