AuthenticatedEncryptionProvider.ValidateKeySize(SecurityKey, String) Method

Definition

Checks that the key has sufficient length.

protected virtual void ValidateKeySize (Microsoft.IdentityModel.Tokens.SecurityKey key, string algorithm);
abstract member ValidateKeySize : Microsoft.IdentityModel.Tokens.SecurityKey * string -> unit
override this.ValidateKeySize : Microsoft.IdentityModel.Tokens.SecurityKey * string -> unit
Protected Overridable Sub ValidateKeySize (key As SecurityKey, algorithm As String)

Parameters

key
SecurityKey

The SecurityKey that contains bytes.

algorithm
String

The encryption algorithm to be used.

Exceptions

Thrown if algorithm is null or empty.

Thrown if algorithm is not a supported algorithm.

Applies to