Class
ProtectionAlgorithmNames

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.

Declaration

cs-api-definition
public const string SHA1 = "SHA-1"

Field Value

string

SHA256

Identifies the SHA-256 hash algorithm for password verification; recommended minimum for secure protection.

Declaration

cs-api-definition
public const string SHA256 = "SHA-256"

Field Value

string

SHA384

Identifies the SHA-384 hash algorithm for password verification; provides enhanced security over SHA-256.

Declaration

cs-api-definition
public const string SHA384 = "SHA-384"

Field Value

string

SHA512

Identifies the SHA-512 hash algorithm for password verification; the default and most secure option.

Declaration

cs-api-definition
public const string SHA512 = "SHA-512"

Field Value

string

In this article
DefinitionFieldsSHA1SHA256SHA384SHA512
Not finding the help you need?
Contact Support