Displays the value of the challenge message to the user after each invocation of the Authenticate method.
C++ syntaxpublic : HRESULT get_challengeMessage(BSTR * bstrDefenderMessage);
C# syntaxpublic string challengeMessage { get; }
Displays the value of the challenge message to the user after each invocation of the Authenticate method.
C++ syntaxpublic : HRESULT get_challengeMessage(BSTR * bstrDefenderMessage);
C# syntaxpublic string challengeMessage { get; }
Holds the session attribute for the current session. Defender handles up to 255 concurrent sessions. This value is for information only and should not be set by the calling program.
C++ syntaxpublic : HRESULT get_sessionID(LONG * sessionID);
C# syntaxpublic int sessionID { get; }
Holds the timeout value for the current session. This value is for information only and should not be set by the calling program. the timeout value is set using the timeout parameter on each call to the Authenticate method.
C++ syntaxpublic : HRESULT get_timeout(LONG timeoutValue);
C# syntaxpublic int timeout { get; }
Property |
Description |
The ID of the message to be displayed to the user in response to the previous request. | |
Any variable data contained in the message to be displayed to the user in response to the previous request. |
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center