Class ProtectionAlgorithmNames
Describes supported protection algorithm names.
Inheritance
System.Object
ProtectionAlgorithmNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Protection
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public static class ProtectionAlgorithmNames
Fields
SHA1
Represents the SHA-1 algorithm name.
Declaration
public const string SHA1 = "SHA-1"
Field Value
System.String
|
SHA256
Represents the SHA-256 algorithm name.
Declaration
public const string SHA256 = "SHA-256"
Field Value
System.String
|
SHA384
Represents the SHA-384 algorithm name.
Declaration
public const string SHA384 = "SHA-384"
Field Value
System.String
|
SHA512
Represents the SHA-512 algorithm name.
Declaration
public const string SHA512 = "SHA-512"
Field Value
System.String
|