<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.19.2" />
Microsoft.IdentityModel.Tokens.SecurityAlgorithms
Constants for Security Algorithm.
public const string Aes128Encryption =
"http://www.w3.org/2001/04/xmlenc#aes128-cbc"
public const string Aes128KeyWrap =
"http://www.w3.org/2001/04/xmlenc#kw-aes128"
public const string Aes192Encryption =
"http://www.w3.org/2001/04/xmlenc#aes192-cbc"
public const string Aes192KeyWrap =
"http://www.w3.org/2001/04/xmlenc#kw-aes192"
public const string Aes256Encryption =
"http://www.w3.org/2001/04/xmlenc#aes256-cbc"
public const string Aes256KeyWrap =
"http://www.w3.org/2001/04/xmlenc#kw-aes256"
public const string DesEncryption =
"http://www.w3.org/2001/04/xmlenc#des-cbc"
public const string EcdhEs =
"ECDH-ES"
public const string EnvelopedSignature =
"http://www.w3.org/2000/09/xmldsig#enveloped-signature"
public const string ExclusiveC14n =
"http://www.w3.org/2001/10/xml-exc-c14n#"
public const string = "http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
public const string MlDsa44 =
"ML-DSA-44"
public const string MlDsa65 =
"ML-DSA-65"
public const string MlDsa87 =
"ML-DSA-87"
public const string None =
"none"
public const string Ripemd160Digest =
"http://www.w3.org/2001/04/xmlenc#ripemd160"
public const string RsaOAEP =
"RSA-OAEP"
public const string RsaOaepKeyWrap =
"http://www.w3.org/2001/04/xmlenc#rsa-oaep"
public const string RsaSha256Signature =
"http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
public const string RsaSha384Signature =
"http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
public const string RsaSha512Signature =
"http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
public const string RsaV15KeyWrap =
"http://www.w3.org/2001/04/xmlenc#rsa-1_5"
public const string Sha256 =
"SHA256"
public const string Sha256Digest =
"http://www.w3.org/2001/04/xmlenc#sha256"
public const string Sha384 =
"SHA384"
public const string Sha384Digest =
"http://www.w3.org/2001/04/xmldsig-more#sha384"
public const string Sha512 =
"SHA512"
public const string Sha512Digest =
"http://www.w3.org/2001/04/xmlenc#sha512"