RsaElement::Value Property

 

Gets or sets the value encrypted by this identity.

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

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

Property Value

Type: System::String^

The value encrypted by this identity.

.NET Framework
Available since 3.0
Return to top
Show: