Base:
property
KeyExchangeAlgorithm
System.Security.Cryptography.AsymmetricAlgorithm.KeyExchangeAlgorithm
3 overrides of KeyExchangeAlgorithm
mscorlib (1)
system\security\cryptography\rsacryptoserviceprovider.cs (1)
190
public override string
KeyExchangeAlgorithm
{
System.Core (1)
System\Security\Cryptography\RsaCng.cs (1)
549
public override string
KeyExchangeAlgorithm
{ get { return "RSA"; } }
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (1)
65
public override String
KeyExchangeAlgorithm
1 reference to KeyExchangeAlgorithm
System.IdentityModel (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
134
if (rsa.
KeyExchangeAlgorithm
== null)