JsonWebKeyOperation Class

 

Represents the supported JsonWebKey operations.

Namespace:   Microsoft.Azure.KeyVault.WebKey
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.WebKey.JsonWebKeyOperation

Syntax

public static class JsonWebKeyOperation
public ref class JsonWebKeyOperation abstract sealed 
[<AbstractClass>]
[<Sealed>]
type JsonWebKeyOperation = class end
Public NotInheritable Class JsonWebKeyOperation

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static AllOperations

Gets all operations names. Use clone to avoid FxCop violation

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Decrypt

The Decrypt operation.

System_CAPS_pubfieldSystem_CAPS_static Encrypt

The Encrypt operation.

System_CAPS_pubfieldSystem_CAPS_static Sign

The Sign operation.

System_CAPS_pubfieldSystem_CAPS_static Unwrap

The Unwrap operation.

System_CAPS_pubfieldSystem_CAPS_static Verify

The Verify operation.

System_CAPS_pubfieldSystem_CAPS_static Wrap

The Wrap operation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.KeyVault.WebKey Namespace

Return to top