10 references to EncryptionMethod
System.IdentityModel (8)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2389secret = wrappingKey.DecryptKey(encryptedKeyClause.EncryptionMethod, encryptedKeyClause.GetEncryptedKey()); 2390EncryptingCredentials wrappingCredentials = new EncryptingCredentials(wrappingKey, encryptedKeyClause.EncryptingKeyIdentifier, encryptedKeyClause.EncryptionMethod);
System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
145string wrappingAlgorithm = keyClause.EncryptionMethod;
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
83Convert.ToBase64String(GetRawBuffer()), this.EncryptionMethod);
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
100string wrappingAlgorithm = encryptedKeyIdentifierClause.EncryptionMethod;
System\IdentityModel\Tokens\XmlEncApr2001.cs (3)
109if (encryptedKeyClause.EncryptionMethod != null) 112writer.WriteAttributeString(XD.XmlEncryptionDictionary.AlgorithmAttribute, null, encryptedKeyClause.EncryptionMethod); 113if (encryptedKeyClause.EncryptionMethod == XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)
System.ServiceModel (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
2273string wrappingAlgorithm = keyClause.EncryptionMethod; 2288string wrappingAlgorithm = keyClause.EncryptionMethod;