RemoteAuthenticationResult<TRemoteAuthenticationState> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인증 작업의 결과를 나타냅니다.
generic <typename TRemoteAuthenticationState>
where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationResult
public class RemoteAuthenticationResult<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationResult<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationResult(Of TRemoteAuthenticationState)
형식 매개 변수
- TRemoteAuthenticationState
인증 작업 중에 보존된 상태의 형식입니다.
- 상속
-
RemoteAuthenticationResult<TRemoteAuthenticationState>
생성자
RemoteAuthenticationResult<TRemoteAuthenticationState>() |
인증 작업의 결과를 나타냅니다. |
속성
ErrorMessage |
실패한 인증 작업의 오류 메시지를 가져오거나 설정합니다. |
State |
성공적인 인증 작업의 보존 상태를 가져오거나 설정합니다. |
Status |
인증 작업의 상태 가져오거나 설정합니다. 상태 중 RemoteAuthenticationStatus하나일 수 있습니다. |