2 references to IsAsymmetricAlgorithm
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\SymmetricKey.cs (1)
99return (CryptoHelper.IsAsymmetricAlgorithm(algorithm));
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
391return (CryptoHelper.IsAsymmetricAlgorithm(algorithm));