SecureConversationServiceElement::SecurityStateEncoderType Property

 

Gets or sets the type of SecurityStateEncoder to be used.

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

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

Property Value

Type: System::String^

The type of SecurityStateEncoder to be used.

.NET Framework
Available since 3.0
Return to top
Show: