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

Point of entry for the Federated Authentication Ticket Service
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode 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 méthode

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
Résultat IFederatedAuthenticationTicket