8 references to encryptionMethod
System.IdentityModel (8)
System\ServiceModel\Security\EncryptedType.cs (8)
39this.encryptionMethod.Init(); 60return this.encryptionMethod.algorithm; 64this.encryptionMethod.algorithm = value; 72return this.encryptionMethod.algorithmDictionaryString; 76this.encryptionMethod.algorithmDictionaryString = value; 234this.encryptionMethod.ReadFrom(reader); 351if (this.encryptionMethod.algorithm != null) 353this.encryptionMethod.WriteTo(writer);