JsonWebKeyOperation Class

Definition

public class JsonWebKeyOperation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyOperation>
type JsonWebKeyOperation = class
    inherit ExpandableStringEnum<JsonWebKeyOperation>
Public Class JsonWebKeyOperation
Inherits ExpandableStringEnum(Of JsonWebKeyOperation)
Inheritance

Constructors

JsonWebKeyOperation()

Fields

Decrypt
Encrypt
Sign
Unwrap
Verify
Wrap

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to