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