C# Класс Microsoft.SqlServer.TDS.EndPoint.FederatedAuthentication.FederatedAuthenticationTicketService

Point of entry for the Federated Authentication Ticket Service
Показать файл Открыть проект

Открытые методы

Метод Описание
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