다음을 통해 공유


RemotingClientProxy.PreAuthenticate 속성

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

네임스페이스: System.Runtime.Remoting.Services
어셈블리: System.Runtime.Remoting(system.runtime.remoting.dll)

구문

‘선언
Public Property PreAuthenticate As Boolean
‘사용 방법
Dim instance As RemotingClientProxy
Dim value As Boolean

value = instance.PreAuthenticate

instance.PreAuthenticate = value
public bool PreAuthenticate { get; set; }
public:
property bool PreAuthenticate {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_PreAuthenticate ()

/** @property */
public void set_PreAuthenticate (boolean value)
public function get PreAuthenticate () : boolean

public function set PreAuthenticate (value : boolean)

속성 값

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

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 을(를) 참조하십시오.

플랫폼

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

참고 항목

참조

RemotingClientProxy 클래스
RemotingClientProxy 멤버
System.Runtime.Remoting.Services 네임스페이스