Share via


ManagedKeyVaultSecurityKey Class

Definition

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
ManagedKeyVaultSecurityKey

Constructors

ManagedKeyVaultSecurityKey(String)

Initializes a new instance of the ManagedKeyVaultSecurityKey class.

ManagedKeyVaultSecurityKey(String, KeyVaultSecurityKey+AuthenticationCallback)

Initializes a new instance of the ManagedKeyVaultSecurityKey class.

ManagedKeyVaultSecurityKey(String, String, 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 algorithm with this SecurityKey.

(Inherited from SecurityKey)
ToString()

Returns the formatted string: GetType(), KeyId: 'value', InternalId: 'value'.

(Inherited from SecurityKey)

Applies to