Class PasswordCredentialHashAlgorithm
An enumeration of PasswordCredentialHashAlgorithm values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class PasswordCredentialHashAlgorithm : StringEnum, IComparable
Constructors
PasswordCredentialHashAlgorithm(String)
Creates a new PasswordCredentialHashAlgorithm instance.
Declaration
public PasswordCredentialHashAlgorithm(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Bcrypt
The BCRYPT PasswordCredentialHashAlgorithm.
Declaration
public static PasswordCredentialHashAlgorithm Bcrypt
Field Value
Type | Description |
---|---|
PasswordCredentialHashAlgorithm |
Md5
The MD5 PasswordCredentialHashAlgorithm.
Declaration
public static PasswordCredentialHashAlgorithm Md5
Field Value
Type | Description |
---|---|
PasswordCredentialHashAlgorithm |
Sha1
The SHA-1 PasswordCredentialHashAlgorithm.
Declaration
public static PasswordCredentialHashAlgorithm Sha1
Field Value
Type | Description |
---|---|
PasswordCredentialHashAlgorithm |
Sha256
The SHA-256 PasswordCredentialHashAlgorithm.
Declaration
public static PasswordCredentialHashAlgorithm Sha256
Field Value
Type | Description |
---|---|
PasswordCredentialHashAlgorithm |
Sha512
The SHA-512 PasswordCredentialHashAlgorithm.
Declaration
public static PasswordCredentialHashAlgorithm Sha512
Field Value
Type | Description |
---|---|
PasswordCredentialHashAlgorithm |
Operators
Implicit(String to PasswordCredentialHashAlgorithm)
Implicit operator declaration to accept and convert a string value as a PasswordCredentialHashAlgorithm
Declaration
public static implicit operator PasswordCredentialHashAlgorithm(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
PasswordCredentialHashAlgorithm |
Implements
System.IComparable