5 references to EncryptionMethod
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
144
string wrappingAlgorithm = keyClause.
EncryptionMethod
;
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
82
Convert.ToBase64String(GetRawBuffer()), this.
EncryptionMethod
);
FrameworkFork\System.ServiceModel\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)