This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class RSA
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class RSA

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member Decrypt
Decrypts an RSA encrypted string.
Public method Static member Encrypt
Encrypts a string using the RSA encryption algorithm.
Public method Static member GetChallenge
Gets a challenge string you can add to RSA encryption.
Public method Static member GetClientKeyPair Overloaded.

See Also

Advanced