API Reference
Class
WordSignatureValidationFinding
Stable diagnostic for one OPC XML-signature validation check.
Inheritance
- Object
- WordSignatureValidationFinding
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Code { get; } #Gets the stable machine-readable finding code.
public WordSignatureValidationState State { get; } #Gets the validation state represented by the finding.
public String Message { get; } #Gets the human-readable finding message.
public String SignaturePartUri { get; } #Gets the owning signature part URI when applicable.
public String ReferenceUri { get; } #Gets the signed reference URI when applicable.