[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PasswordValidationResult

PasswordValidationResult Enum

Specifies the result of a password validation.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum PasswordValidationResult
Public Enum PasswordValidationResult

Fields

Name Description
Invalid

The password is invalid.

NotSupportedAlgorithm

Cannot validate the password as it was encrypted with a non-supported algorithm.

Valid

The password is valid.