RemoteAuthenticationContext<TRemoteAuthenticationState> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인증 작업 중 컨텍스트를 나타냅니다.
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을 가져오거나 설정합니다. |