JsonWebKeySignatureAlgorithm Class

 

Represents the supported JsonWebKey algorithms.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.KeyVault.WebKey.JsonWebKeySignatureAlgorithm

Syntax

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

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static AllAlgorithms

Gets all algorithms names. Use clone to avoid FxCop violation

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static RS256

The RS256algorithm.

System_CAPS_pubfieldSystem_CAPS_static RS384

The RS384algorithm.

System_CAPS_pubfieldSystem_CAPS_static RS512

The RS512algorithm.

System_CAPS_pubfieldSystem_CAPS_static RSNULL

The RSNULL 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