Provides generic methods for security.
Combines two tokens into one string.
public String CombineTokens(tkn1, tkn2)The combined token.
| Name | Type | Summary |
|---|---|---|
| tkn1 | String | Token 1. |
| tkn2 | String | Token 2. |
| Type | Summary |
|---|---|
| ArgumentNullOrEmptyException | Thrown when any of the tokens is null or empty. |
In this document