This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a challenge string you can add to RSA encryption.
Namespace: Smartsite.Security.Encryption
Assembly: Smartsite.Runtime (in Smartsite.Runtime.dll)
Syntax
C# | Copy Code |
---|---|
public static string GetChallenge( context ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function GetChallenge ( _ context As _ ) As |
Parameters
- context
- IRenderContext
The context.
Return Value
StringSee Also
RSA Class
Smartsite.Security.Encryption Namespace