3 references to IsAsymmetricAlgorithm
System.IdentityModel (3)
System\IdentityModel\Tokens\RsaSecurityKey.cs (1)
229return CryptoHelper.IsAsymmetricAlgorithm(algorithm);
System\IdentityModel\Tokens\SymmetricKey.cs (1)
99return (CryptoHelper.IsAsymmetricAlgorithm(algorithm));
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
465return (CryptoHelper.IsAsymmetricAlgorithm(algorithm));