C# Class Microsoft.SqlServer.TDS.EndPoint.FederatedAuthentication.FederatedAuthenticationTicketService

Point of entry for the Federated Authentication Ticket Service
ファイルを表示 Open project: dotnet/corefx

Public Methods

Method Description
DecryptTicket ( TDSFedAuthLibraryType ticketType, byte encryptedTicket ) : IFederatedAuthenticationTicket

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

Method Details

DecryptTicket() public static method

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
return IFederatedAuthenticationTicket