ServiceCredentials::IdentityConfiguration Property

.NET Framework (current version)
 

Gets or sets the identity configuration for the service.

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

public:
property IdentityConfiguration^ IdentityConfiguration {
	IdentityConfiguration^ get();
	void set(IdentityConfiguration^ value);
}

Property Value

Type: System.IdentityModel.Configuration::IdentityConfiguration^

The identity configuration for the service.

.NET Framework
Available since 4.5
Return to top
Show: