Share via


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

SecurityKey that contains bytes.

algorithm
String

the algorithm to apply.

Exceptions

if algorithm is null or empty.

if algorithm is not a supported algorithm.

Applies to