6 overrides of DecryptKey
System.IdentityModel (4)
System\IdentityModel\Tokens\RsaSecurityKey.cs (1)
29
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
68
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
System\IdentityModel\Tokens\SymmetricKey.cs (1)
49
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
119
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardAsymmetricCrypto.cs (1)
144
public override byte[]
DecryptKey
(string algorithmUri, byte[] keyData)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (1)
65
public override byte[]
DecryptKey
(string algorithmUri, byte[] keyData)
8 references to DecryptKey
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2389
secret = wrappingKey.
DecryptKey
(encryptedKeyClause.EncryptionMethod, encryptedKeyClause.GetEncryptedKey());
System\IdentityModel\SecurityUtils.cs (1)
520
return unwrappingSecurityKey.
DecryptKey
(encryptionMethod, wrappedKey);
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
146
byte[] unwrappedKey = unwrappingSecurityKey.
DecryptKey
(wrappingAlgorithm, wrappedKey);
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
75
return _securityKey.
DecryptKey
(algorithm, keyData);
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
101
byte[] unwrappedKey = unwrappingSecurityKey.
DecryptKey
(wrappingAlgorithm, wrappedKey);
System.ServiceModel (3)
System\ServiceModel\Security\SecurityUtils.cs (3)
650
return unwrappingSecurityKey.
DecryptKey
(encryptionMethod, wrappedKey);
2274
byte[] unwrappedKey = unwrappingSecurityKey.
DecryptKey
(wrappingAlgorithm, wrappedKey);
2289
byte[] unwrappedKey = unwrappingSecurityKey.
DecryptKey
(wrappingAlgorithm, wrappedKey);