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 imageCopy Code
public static string GetChallenge(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetChallenge ( _
	context As  _
) As 

Parameters

context
IRenderContext
The context.

Return Value

String

See Also

Advanced