ServiceCredentialsElement.IdentityConfiguration Property

Definition

Gets or sets the identity configuration used in ServiceCredentialsElement.

public:
 property System::String ^ IdentityConfiguration { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("identityConfiguration", DefaultValue="", IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string IdentityConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("identityConfiguration", DefaultValue="", IsRequired=false)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.IdentityConfiguration : string with get, set
Public Property IdentityConfiguration As String

Property Value

The identity configuration used.

Attributes

Applies to