SecurityTokenServiceConfiguration::DisableWsdl Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether WSDL generation should be enabled for the security token service (STS).

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

public:
property bool DisableWsdl {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to enable WSDL generation for the STS; otherwise, false. The default is false.

.NET Framework
Available since 4.5
Return to top
Show: