SxcAppSessionSetSecretKey Method |
Namespace: SxcAppSessionLibAssembly: AppSession (in AppSession.dll) Version: 2013.11.22.1 (2013.11.22.1)
Syntaxpublic void SetSecretKey(
string s
)
Public Sub SetSecretKey (
s As String
)
public:
void SetSecretKey(
String^ s
)
member SetSecretKey :
s : string -> unit
Parameters
- s
- Type: SystemString
See Also