3 references to encryptionPolicy
System (3)
net\System\Net\Configuration\ServicePointManagerElement.cs (3)
23this.properties.Add(this.encryptionPolicy); 85get { return (EncryptionPolicy)this[this.encryptionPolicy]; } 86set { this[this.encryptionPolicy] = value; }