3 references to EncryptingCredentials
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2390EncryptingCredentials wrappingCredentials = new EncryptingCredentials(wrappingKey, encryptedKeyClause.EncryptingKeyIdentifier, encryptedKeyClause.EncryptionMethod);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
5637: base(key, keyIdentifier, algorithm)
System\IdentityModel\Tokens\X509EncryptingCredentials.cs (1)
87: base(token.SecurityKeys[0], ski, keyWrappingAlgorithm)