JsonWebKeyEncryptionAlgorithm Class

 

Represents the supported JsonWebKey algorithm.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.WebKey.JsonWebKeyEncryptionAlgorithm

Syntax

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

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static AllAlgorithms

Gets all the algorithms names. Use clone to avoid FxCop violation.

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static RSA15

The RSA15 algorithm.

System_CAPS_pubfieldSystem_CAPS_static RSAOAEP

The RSAOAEP algorithm.

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