ManagedKeyVaultSecurityKey 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 for resources that are using Managed identities for Azure resources.
public class ManagedKeyVaultSecurityKey : Microsoft.IdentityModel.KeyVaultExtensions.KeyVaultSecurityKey
type ManagedKeyVaultSecurityKey = class
inherit KeyVaultSecurityKey
Public Class ManagedKeyVaultSecurityKey
Inherits KeyVaultSecurityKey
- Inheritance
Constructors
ManagedKeyVaultSecurityKey(String, KeyVaultSecurityKey+AuthenticationCallback) |
Initializes a new instance of the ManagedKeyVaultSecurityKey class. |
ManagedKeyVaultSecurityKey(String, String, String) |
Initializes a new instance of the ManagedKeyVaultSecurityKey class. |
ManagedKeyVaultSecurityKey(String) |
Initializes a new instance of the ManagedKeyVaultSecurityKey class. |
Properties
Callback |
The authentication callback delegate that retrieves an access token for the KeyVault. (Inherited from KeyVaultSecurityKey) |
CryptoProviderFactory |
Gets or sets CryptoProviderFactory. (Inherited from SecurityKey) |
KeyId |
The uniform resource identifier of the security key. (Inherited from KeyVaultSecurityKey) |
KeySize |
The size of the security key. (Inherited from KeyVaultSecurityKey) |
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) |