AX_SetPassword Function | |
Sets the password to be used for subsequent encryption/decryption operations.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION AX_SetPassword(
szEncodeKey AS STRING
) AS VOID
public static void AX_SetPassword(
string szEncodeKey
)
Request Example
View SourceParameters
- szEncodeKey
- Type: String
See Also