다음을 통해 공유


EnterpriseChannelValidation.ValidateIdentity 메서드

정의

제공된 ClaimsIdentity 자격 증명 및 서비스 URL에 대해 개체의 유효성을 검사합니다.

public static System.Threading.Tasks.Task ValidateIdentity (System.Security.Claims.ClaimsIdentity identity, Microsoft.Bot.Connector.Authentication.ICredentialProvider credentials, string serviceUrl);
static member ValidateIdentity : System.Security.Claims.ClaimsIdentity * Microsoft.Bot.Connector.Authentication.ICredentialProvider * string -> System.Threading.Tasks.Task
Public Shared Function ValidateIdentity (identity As ClaimsIdentity, credentials As ICredentialProvider, serviceUrl As String) As Task

매개 변수

identity
ClaimsIdentity

유효성을 검사할 ID입니다.

credentials
ICredentialProvider

유효성 검사에 사용할 자격 증명입니다.

serviceUrl
String

유효성을 검사할 서비스 URL입니다.

반환

Task 비동기 작업의 결과를 나타내는 입니다.

적용 대상