지금 지원 담당자와 채팅
지원 담당자와 채팅

Defender 6.3 - Administration Guide

Getting started Managing Defender objects in Active Directory Configuring security tokens Securing VPN access Securing Web sites Securing Windows-based computers Defender Management Portal (Web interface) Securing PAM-enabled services Delegating Defender roles, tasks, and functions Automating administrative tasks Administrative templates Integration with Active Roles Push Notifications Appendices
Appendix A: Enabling diagnostic logging Appendix B: Troubleshooting common authentication issues Appendix C: Troubleshooting DIGIPASS token issues Appendix D: Defender classes and attributes in Active Directory Appendix E: Defender Event Log messages Appendix F: Defender Client SDK Appendix G: Defender Web Service API

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; }

challengeMessageData property

Provides any variable data contained in the message to be displayed to the user after each invocation of the Authenticate method.

C++ syntax
public : HRESULT get_challengeMessageData(BSTR * messageData);

C# syntax
public string challengeMessageData { get; }

IAuthenticator3 interface

.

Table 50:

Methods

Method

Description

AddPayload method

Allows RADIUS payload attributes to be added to the authentication request.

GetGridData method

Gets the raw data used to construct the GrIDsure grid.

GetAuthenticationImage method

Returns the GrIDsure grid as a byte array containing a bitmap.

SetGridResetPIPAttribute method

Adds a RADIUS payload attributes to the authentication request indicating that the GrIDsure PIP should be reset.

 

Table 51:

Properties

Property

Description

payload property

Gets an array of any RADIUS payload attributes returned in response to the previous request.

grIDsureMessage property

The GrIDsure specific message to be displayed to the user in response to the previous request.

grIDsureGridType property

The type of GrIDsure grid to be displayed.

AddPayload method

Allows RADIUS payload attributes to be added to the authentication request. Typically this method is used when the authenticating server or an intermediary requires additional information about the authenticating party.

The structure used to pass data to this function is defined below:

struct RADIUSPayloadAttribute

{

   DWORD vendorId;

   unsigned char type;

   unsigned char length;

   unsigned char data[253];

};

C++ syntax
public : HRESULT AddPayload(struct RADIUSPayloadAttribute *payload)

C# syntax
void AddPayload(ref RADIUSPayloadAttribute payload);

Parameters

payload  Application specific payload data as a struct RADIUSPayloadAttribute.

Return value

Always returns S_OK.

관련 문서

The document was helpful.

평가 결과 선택

I easily found the information I needed.

평가 결과 선택