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 | |
---|---|---|
AllAlgorithms | Gets all algorithms names. Use clone to avoid FxCop violation |
Fields
Name | Description | |
---|---|---|
RS256 | The RS256algorithm. |
|
RS384 | The RS384algorithm. |
|
RS512 | The RS512algorithm. |
|
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