| CombineHandlerContextGenerateToken Method |
Generates new token.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static string GenerateToken(
string[] data
)
Public Shared Function GenerateToken (
data As String()
) As String
Parameters
- data
- Type: SystemString
List of resource URLs.
Return Value
Type:
StringGenerated token, or empty string if the token can't be generated.
Remarks See Also