C# 클래스 Microsoft.SqlServer.TDS.EndPoint.FederatedAuthentication.FederatedAuthenticationTicketService

Point of entry for the Federated Authentication Ticket Service
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
DecryptTicket ( TDSFedAuthLibraryType ticketType, byte encryptedTicket ) : IFederatedAuthenticationTicket

Given a Federated Authentication ticket, returns the Session Key from the authentication service

메소드 상세

DecryptTicket() 공개 정적인 메소드

Given a Federated Authentication ticket, returns the Session Key from the authentication service
public static DecryptTicket ( TDSFedAuthLibraryType ticketType, byte encryptedTicket ) : IFederatedAuthenticationTicket
ticketType TDSFedAuthLibraryType
encryptedTicket byte
리턴 IFederatedAuthenticationTicket