RemotingClientProxy.PreAuthenticate 속성

정의

요청의 사전 인증이 활성화되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool PreAuthenticate { bool get(); void set(bool value); };
public bool PreAuthenticate { get; set; }
member this.PreAuthenticate : bool with get, set
Public Property PreAuthenticate As Boolean

속성 값

Boolean

요청의 사전 인증이 활성화되어 있는지 여부를 나타내는 부울 값입니다.

적용 대상