Chatta subito con l'assistenza
Chat con il supporto

Stiamo effettuando la manutenzione del sito Web, pertanto le funzionalità che richiedono l'accesso non sono momentaneamente disponibili. In caso di problemi che necessitano di assistenza immediata, contatta il supporto tecnico.

Defender 6.2 - 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

grIDsureGridType property

After an authentication request this property will return the type of grid.

C++ syntax
public : HRESULT get_grIDsureGridType(LONG* gridType);

C# syntax
public int grIDsureGridType { get; }

Return value

  • 0x00800000  The user has no grid.
  • 0x01000000  The user has a registered grid.
  • 0x02000000  The user has a grid but no PIP has been registered.
  • 0x04000000  The user has a grid and the PIP has expired.
  • 0x80000000  The user has a grid and they have expired the PIP.

IAuthInfo interface

 

Table 52:

Properties

Property

Description

userIdType property

A value representing the type of user name expected for authentications through a Defender Access Node.

isUserDefenderAuthenticated property

Determines whether a user is to be Defender authenticated through a Defender Security Server and Defender Access Node.

userIdType property

Returns a value representing the type of user name expected for authentications through the passed Defender Access Node. The accessNode parameter should be the common name.

C++ syntax
public : HRESULT get_userIdType( BSTR accessNode, LONG* pVal);

C# syntax
public virtual int get_userIdType(string accessNode)

Return value

  • 0  Defender ID.
  • 1  User Principal Name.
  • 2  SAM Account Name.
  • 3  Proper Name.
  • -1  Failed to retrieve user ID type.

isUserDefenderAuthenticated property

Returns a non-zero value if the user is Defender authenticated. Otherwise, returns zero.

The user will be Defender authenticated if all of the following is true:

  • The Access Node specified is assigned to the Defender Security Server.
  • The user is a member of the Access Node, either directly or indirectly.
  • The user has a token or Defender Password as required by the effective policy.

C++ syntax
public : HRESULT isUserDefenderAuthenticated( BSTR domain, BSTR samAccountName, BSTR accessNode, BSTR dssIpAddress, VARIANT_BOOL* pVal);;

C# syntax
public virtual int get_isUserDefenderAuthenticated(string domain, string samAccountName, string accessNode, string dssIpAddress)

Parameters

  • domain  The NetBIOS name of the domain to which the user belongs.
  • samAccountName  The SAM account name of the user.
  • accessNode  The common name (cn) of the Defender Access Node through which the user will authenticate.
  • dssIpAddress  The IP address of the Defender Security Server through which the user will authenticate.
Related Documents

The document was helpful.

Seleziona valutazione

I easily found the information I needed.

Seleziona valutazione