Chat now with support
Chat with Support

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

UserTokenDetail type

Details of a token assigned to a user.

C# syntax
[DataContract] public class UserTokenDetail
{
   [DataMember]
   public string TokenType { get; set; }
   [DataMember]
   public bool HasPIN { get; set; }
   [DataMember]
   public string CommonName { get; set; }
   [DataMember]
   public string DN { get; set; }
}

Properties

  • TokenType  The type of the token.
  • HasPin  Whether the token has a PIN for this user.
  • CommonName  Common name of the token.
  • DN  Distinguished name of the token.

DefenderResult type

Result indicating success or otherwise of certain operations.

C# syntax
[DataContract]
public class DefenderResult
{
   [DataMember]
   public bool Success{ get; set; }
   [DataMember]
   public string ErrorMessage { get; set; }
}

Properties

  • Success  Indicates whether the operation was successful.
  • ErrorMessage  Contains an error message in the event of operation failure.

UserViolationCount type

Details of authentication violations and the number of times the violation count has been reset.

C# syntax
[DataContract]
public class UserViolationCount
{
   [DataMember]
   public string SAMAccountName { get; set; }
   [DataMember]
   public string CommonName { get; set; }
   [DataMember]
   public string DN { get; set; }
   [DataMember]
   public int ViolationCount { get; set; }
   [DataMember]
   public int ResetCount { get; set; }
}

Properties

  • SAMAccountName  SAM account name of the user.
  • CommonName  Common name of the user.
  • DN  Distinguished name of the user.
  • ViolationCount  The count of Defender authentication violations.
  • ResetCount  The number of times the violation count has been reset.

TemporaryResponse type

Details of a temporary response and its expiry time.

C# syntax
[DataContract]
public class TemporaryResponse
{
   [DataMember]
   public string Response { get; set; }
   [DataMember]
   public DateTime ExpiryTime { get; set; }
}

Properties

  • Response  The temporary response assigned to the token.
  • ExpiryTime  When the temporary response expires.
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating