3 writes to algorithm
System.IdentityModel (3)
System\ServiceModel\Security\EncryptedType.cs (3)
64
this.encryptionMethod.
algorithm
= value;
408
this.
algorithm
= null;
415
this.
algorithm
= reader.GetAttribute(XD.XmlSignatureDictionary.Algorithm, null);
5 references to algorithm
System.IdentityModel (5)
System\ServiceModel\Security\EncryptedType.cs (5)
60
return this.encryptionMethod.
algorithm
;
351
if (this.encryptionMethod.
algorithm
!= null)
416
if (this.
algorithm
== null)
443
writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, this.
algorithm
);
445
if (this.
algorithm
== XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap.Value)