sessionID property
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++ syntax
public : HRESULT get_sessionID(LONG * sessionID);
C# syntax
public int sessionID { get; }
timeout property
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++ syntax
public : HRESULT get_timeout(LONG timeoutValue);
C# syntax
public int timeout { get; }
IAuthenticator2 and IAuthenticator3 interfaces
Table 49:
Properties
challengeMessage property |
The ID of the message to be displayed to the user in response to the previous request. |
challengeMessageData property |
Any variable data contained in the message to be displayed to the user in response to the previous request. |
challengeMessageId property
Provides a numeric equivalent of the message to be displayed to the user after each invocation of the Authenticate method. This value could be used to lookup localized messages.
C++ syntax
public : HRESULT get_challengeMessageId(LONG * messageId);
C# syntax
public string challengeMessageId { get; }