3 writes to algorithm
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (3)
63
_encryptionMethod.
algorithm
= value;
370
this.
algorithm
= null;
377
this.
algorithm
= reader.GetAttribute(XD.XmlSignatureDictionary.Algorithm, null);
5 references to algorithm
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (5)
59
return _encryptionMethod.
algorithm
;
313
if (_encryptionMethod.
algorithm
!= null)
378
if (this.
algorithm
== null)
405
writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, this.
algorithm
);
407
if (this.
algorithm
== XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)