3 overrides of GetAsymmetricAlgorithm
System.IdentityModel (2)
System\IdentityModel\Tokens\RsaSecurityKey.cs (1)
63public override AsymmetricAlgorithm GetAsymmetricAlgorithm(string algorithm, bool requiresPrivateKey)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
180public override AsymmetricAlgorithm GetAsymmetricAlgorithm(string algorithm, bool privateKey)
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardAsymmetricCrypto.cs (1)
66public override AsymmetricAlgorithm GetAsymmetricAlgorithm(string algorithmUri, bool privateKey)
2 references to GetAsymmetricAlgorithm
System.IdentityModel (2)
System\IdentityModel\CryptoHelper.cs (2)
764AsymmetricAlgorithm algorithm = key.GetAsymmetricAlgorithm( SecurityAlgorithms.RsaSha256Signature, true ); 814AsymmetricAlgorithm algorithm = key.GetAsymmetricAlgorithm( SecurityAlgorithms.RsaSha256Signature, false );