4 overrides of DecryptKey
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\SymmetricKey.cs (1)
49
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
109
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
System.ServiceModel.Primitives.Tests (2)
IdentityModel\SymmetricSecurityKeyTest.cs (1)
36
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
Security\securityKeyTest.cs (1)
46
public override byte[]
DecryptKey
(string algorithm, byte[] keyData)
2 references to DecryptKey
System.ServiceModel.Primitives (2)
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
135
byte[] unwrappedKey = unwrappingSecurityKey.
DecryptKey
(wrappingAlgorithm, wrappedKey);
System\ServiceModel\Security\SecurityUtils.cs (1)
727
byte[] unwrappedKey = unwrappingSecurityKey.
DecryptKey
(wrappingAlgorithm, wrappedKey);