다음을 통해 공유


ServiceAuthenticationElement.ServiceAuthenticationManagerType 속성

정의

현재 ServiceAuthenticationElement에 대한 인증 정책 형식을 가져오거나 설정합니다.

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

속성 값

String

인증 정책 이름을 포함하는 문자열입니다.

특성

적용 대상