다음을 통해 공유


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

속성 값

String

사용된 ID 구성입니다.

특성

적용 대상