Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Password Class / KnownHashes Field

In This Topic
    KnownHashes Field
    In This Topic
    Gets the list of known hash algorithms.
    Syntax
    'Declaration
     
    Public Shared ReadOnly KnownHashes As System.Collections.Generic.IReadOnlyList(Of CryptographicAlgorithmSid)
    public static readonly System.Collections.Generic.IReadOnlyList<CryptographicAlgorithmSid> KnownHashes
    See Also