次の方法で共有


KeyVaultKeyWrapProvider(SecurityKey, String) Constructor

Definition

Overloads

KeyVaultKeyWrapProvider(SecurityKey, String)

Initializes a new instance of the KeyVaultKeyWrapProvider class.

KeyVaultKeyWrapProvider(SecurityKey, String)

Initializes a new instance of the KeyVaultKeyWrapProvider class.

public KeyVaultKeyWrapProvider (Microsoft.IdentityModel.Tokens.SecurityKey key, string algorithm);
new Microsoft.IdentityModel.KeyVaultExtensions.KeyVaultKeyWrapProvider : Microsoft.IdentityModel.Tokens.SecurityKey * string -> Microsoft.IdentityModel.KeyVaultExtensions.KeyVaultKeyWrapProvider
Public Sub New (key As SecurityKey, algorithm As String)

Parameters

key
SecurityKey

The SecurityKey that will be used for key wrap operations.

algorithm
String

The key wrap algorithm to apply.

Exceptions

if algorithm is null or empty.

Applies to