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