Provides constants for hash algorithm identifiers used in document password protection.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Protection
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public static class ProtectionAlgorithmNames
Inheritance: objectProtectionAlgorithmNames
Fields
Identifies the SHA-1 hash algorithm for password verification; less secure than SHA-256 or higher.
C#
public const string SHA1 = "SHA-1"
Identifies the SHA-256 hash algorithm for password verification; recommended minimum for secure protection.
C#
public const string SHA256 = "SHA-256"
Identifies the SHA-384 hash algorithm for password verification; provides enhanced security over SHA-256.
C#
public const string SHA384 = "SHA-384"