CertificateElement::EncodedValue Property

 

Gets or sets a value that indicates the value encoded by this certificate.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("encodedValue", DefaultValue = "")]
[StringValidatorAttribute(MinLength = 0)]
property String^ EncodedValue {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The encoded value.

.NET Framework
Available since 3.0
Return to top
Show: