3 references to EncodedValue
System.ServiceModel (3)
System\ServiceModel\Configuration\CertificateElement.cs (3)
21
[ConfigurationProperty(ConfigurationStrings.
EncodedValue
, DefaultValue = "")]
25
get { return (string)base[ConfigurationStrings.
EncodedValue
]; }
33
base[ConfigurationStrings.
EncodedValue
] = value;