ClassProtectionAlgorithmNames
Class
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:
cs-api-definition
public static class ProtectionAlgorithmNames
Inheritance: objectProtectionAlgorithmNames
Fields
SHA1
Identifies the SHA-1 hash algorithm for password verification; less secure than SHA-256 or higher.
SHA256
Identifies the SHA-256 hash algorithm for password verification; recommended minimum for secure protection.
SHA384
Identifies the SHA-384 hash algorithm for password verification; provides enhanced security over SHA-256.