Share via


JsonWebKeyType Class

 

Represents the supported JsonWebKey key types.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.WebKey.JsonWebKeyType

Syntax

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

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static AllTypes

Gets all the available types names. Use clone to avoid FxCop violation

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static EllipticCurve

The EllipticCurve key type.

System_CAPS_pubfieldSystem_CAPS_static Octet

The Octet key type.

System_CAPS_pubfieldSystem_CAPS_static Rsa

The Rsa key type.

System_CAPS_pubfieldSystem_CAPS_static RsaHsm

The RsaHsm key type.

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