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