3 references to IsSymmetricAlgorithm
System.IdentityModel (3)
System\IdentityModel\Tokens\RsaSecurityKey.cs (1)
275return CryptoHelper.IsSymmetricAlgorithm(algorithm);
System\IdentityModel\Tokens\SymmetricKey.cs (1)
109return CryptoHelper.IsSymmetricAlgorithm(algorithm);
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
513return CryptoHelper.IsSymmetricAlgorithm(algorithm);