ServiceCredentialsElement.IdentityConfiguration Свойство

Определение

Получает или задает конфигурацию удостоверения, используемую в 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

Значение свойства

Использованная конфигурация удостоверения.

Атрибуты

Применяется к