Class ApplicationCredentialsSigningUse
An enumeration of ApplicationCredentialsSigningUse 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 ApplicationCredentialsSigningUse : StringEnum, IComparable
Constructors
ApplicationCredentialsSigningUse(String)
Creates a new ApplicationCredentialsSigningUse instance.
Declaration
public ApplicationCredentialsSigningUse(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | The value to use. |
Fields
Sig
The sig ApplicationCredentialsSigningUse.
Declaration
public static ApplicationCredentialsSigningUse Sig
Field Value
| Type | Description |
|---|---|
| ApplicationCredentialsSigningUse |
Operators
Implicit(String to ApplicationCredentialsSigningUse)
Implicit operator declaration to accept and convert a string value as a ApplicationCredentialsSigningUse
Declaration
public static implicit operator ApplicationCredentialsSigningUse(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | The value to use |
Returns
| Type | Description |
|---|---|
| ApplicationCredentialsSigningUse |
Implements
System.IComparable