다음을 통해 공유


RemoteAuthenticationResult<TRemoteAuthenticationState> 클래스

정의

인증 작업의 결과를 나타냅니다.

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하나일 수 있습니다.

적용 대상