Méthode | Description | |
---|---|---|
Authenticate ( byte encryptedTicket, string siteName ) : object |
Given an encrypted ticket, calls RPS Authenticate and returns the decrypted ticket
|
|
GetSessionKeyFromRpsDecryptedTicket ( object rpsTicket ) : byte[] |
Given an rps decrypted ticket, get the session key
|
|
Initialize ( string s ) : void |
Calling Initialize in the RPS real object created from the dynamically loaded RPS assembly
|
|
RPS ( ) : System |
RPS Wrapper constructor
|
Méthode | Description | |
---|---|---|
GetStringAsBytes ( string toConvert ) : byte[] |
Convert a "string" that is actually a byte array into an actual byte array - needed for interop with COM methods that are returning binary data as a BSTR.
|
public Authenticate ( byte encryptedTicket, string siteName ) : object | ||
encryptedTicket | byte | |
siteName | string | |
Résultat | object |
public GetSessionKeyFromRpsDecryptedTicket ( object rpsTicket ) : byte[] | ||
rpsTicket | object | |
Résultat | byte[] |