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