AuthenticatedEncryptionProvider.ValidateKeySize(SecurityKey, String) Method
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.
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.