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