KeyVaultSecurityKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides signing and verifying operations using Azure Key Vault.
public class KeyVaultSecurityKey : Microsoft.IdentityModel.Tokens.SecurityKey
type KeyVaultSecurityKey = class
inherit SecurityKey
Public Class KeyVaultSecurityKey
Inherits SecurityKey
- Inheritance
- Derived
Constructors
KeyVaultSecurityKey() |
Initializes a new instance of the KeyVaultSecurityKey class. |
KeyVaultSecurityKey(String, KeyVaultSecurityKey+AuthenticationCallback) |
Initializes a new instance of the KeyVaultSecurityKey class. |
Properties
Callback |
The authentication callback delegate that retrieves an access token for the KeyVault. |
CryptoProviderFactory |
Gets or sets CryptoProviderFactory. (Inherited from SecurityKey) |
KeyId |
The uniform resource identifier of the security key. |
KeySize |
The size of the security key. |
Methods
CanComputeJwkThumbprint() |
Determines whether the SecurityKey can compute a JWK thumbprint. (Inherited from SecurityKey) |
ComputeJwkThumbprint() |
Computes a sha256 hash over the SecurityKey. (Inherited from SecurityKey) |
IsSupportedAlgorithm(String) |
Checks if CryptoProviderFactory can perform the cryptographic operation specified by the |
ToString() |
Returns the formatted string: GetType(), KeyId: 'value', InternalId: 'value'. (Inherited from SecurityKey) |