Méthode | Description | |
---|---|---|
DecryptTicket ( byte encryptedTicket ) : IFederatedAuthenticationTicket |
Takes the encrypted wire format of the ticket and, on successful authentication, returns the resulting ticket.
|
|
GetSignature ( byte bufferToSign ) : byte[] |
Computes and returns the HMACSHA256 of the provided buffer using the Session Key associated with the auth ticket.
|
Méthode | Description | |
---|---|---|
JwtTicket ( byte ticket ) : System |
Constructor that takes the RPS representation of the ticket as an argument
|
public static DecryptTicket ( byte encryptedTicket ) : IFederatedAuthenticationTicket | ||
encryptedTicket | byte | |
Résultat | IFederatedAuthenticationTicket |
public GetSignature ( byte bufferToSign ) : byte[] | ||
bufferToSign | byte | |
Résultat | byte[] |