다음을 통해 공유


RemoteAuthenticationContext<TRemoteAuthenticationState> 클래스

정의

인증 작업 중 컨텍스트를 나타냅니다.

generic <typename TRemoteAuthenticationState>
 where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationContext
public class RemoteAuthenticationContext<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationContext<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationContext(Of TRemoteAuthenticationState)

형식 매개 변수

TRemoteAuthenticationState
상속
RemoteAuthenticationContext<TRemoteAuthenticationState>

생성자

RemoteAuthenticationContext<TRemoteAuthenticationState>()

인증 작업 중 컨텍스트를 나타냅니다.

속성

InteractiveRequest

현재 인증 작업에 대한 상호 작용 요청을 가져오거나 설정합니다.

State

현재 인증 작업에 대한 상태 instance 가져오거나 설정합니다.

Url

현재 인증 작업의 URL을 가져오거나 설정합니다.

적용 대상