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