Property | Type | Description | |
---|---|---|---|
Created | DateTimeOffset | ||
Expiry | int | ||
IPAddress | string | ||
Identity | string | ||
SessionID | string | ||
SignedHash | string |
Method | Description | |
---|---|---|
GetHashString ( ) : string | ||
ParseSwitchboardToken ( string tokenStr ) : |
||
SwitchboardToken ( int requestedExpiry, string identity, string ipAddress ) : System | ||
ToXML ( bool includeSignedHash ) : string |
Method | Description | |
---|---|---|
SwitchboardToken ( ) : System |
public static ParseSwitchboardToken ( string tokenStr ) : |
||
tokenStr | string | |
return |
public SwitchboardToken ( int requestedExpiry, string identity, string ipAddress ) : System | ||
requestedExpiry | int | |
identity | string | |
ipAddress | string | |
return | System |
public ToXML ( bool includeSignedHash ) : string | ||
includeSignedHash | bool | |
return | string |