6 references to GetEncryptedKey
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2389secret = wrappingKey.DecryptKey(encryptedKeyClause.EncryptionMethod, encryptedKeyClause.GetEncryptedKey());
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
144byte[] wrappedKey = keyClause.GetEncryptedKey();
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
99byte[] wrappedKey = encryptedKeyIdentifierClause.GetEncryptedKey();
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
129byte[] encryptedKey = encryptedKeyClause.GetEncryptedKey();
System.ServiceModel (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
2272byte[] wrappedKey = keyClause.GetEncryptedKey(); 2286byte[] wrappedKey = keyClause.GetEncryptedKey();