Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Password Class
Fields Properties Methods

In This Topic
    Password Class Members
    In This Topic

    The following tables list the members exposed by Password.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) Gets the list of known hash algorithms.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the hash algorithm used to encrypt the password.  
    Public Property Gets the number of times the hashing function shall be iteratively run.  
    Top
    Public Methods
     NameDescription
    Public Method Resets the current password.  
    Public Method Sets the current password. If password is null or empty, password will be reset.  
    Public Method Compares the current password to a specified value.  
    Top
    See Also