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

AssignedSoftwareToken type

Details of an assignment of a software token to a user. If the token was already assigned to the user then the AssignedToken.TokenCommonName contains a text message indicating that it was already assigned.

C# syntax
[DataContract]
public class AssignedToken
{
   [DataMember]
   public string UserCommonName { get; set; }
   [DataMember]
   public string TokenCommonName { get; set; }
   [DataMember]
   public string ActivationCode { get; set; }
}

Properties

  • UserCommonName  Common name of the user to whom the token is assigned.
  • TokenCommonName  Common name of the assigned token.
  • ActivationCode  The activation code used to activate the token on the user's device.

AssignedToken type

Details of an assignment of a token to a user. If the token was already assigned to this user then the AssignedToken.TokenCommonName will contain a text message indicating that it was already assigned.

C# syntax
[DataContract]
public class AssignedToken
{
   [DataMember]
   public string UserCommonName { get; set; }
   [DataMember]
   public string TokenCommonName { get; set; }
}

Properties

  • UserCommonName  Common name of the user to whom the token is assigned.
  • TokenCommonName  Common name of the assigned token.

ProgrammableSoftwareTokenType type

Enumeration of programmable software token types.

C# syntax
[DataContract]
public enum ProgrammableSoftwareTokenType
{
   [EnumMember]
   Windows = 0,
   [EnumMember]
   IToken = 4,
   [EnumMember]
   Mobile = 5,
   [EnumMember]
   GrIDsure = 6,
   [EnumMember]
   Android = 7,
   [EnumMember]
   EmailOTP = 8,
   [EnumMember]
   Java = 10,
   [EnumMember]
   GoogleAuth = 11,
   [EnumMember]
   Authy = 12
};

Values

  • Windows  A token for Windows operating system.
  • IToken  A token for iPhone, iPad, or iPod Touch devices running the iOS operating system
  • Mobile  SMS token, where a text message containing one-time passwords is sent to the user's mobile phone.
  • GrIDsure  A GrIDsure token.
  • Android  A token for devices running the Android operating system.
  • EmailOTP  E-mail token, where an e-mail message containing one-time passwords is sent to the user's mobile phone.
  • Java  A token for Windows, Mac OS, or Linux operating systems that support Java applications.
  • Authy An Authy token allowing users to authenticate themselves with one-time passwords generated by the Authy app.
  • GoogleAuth A Google Authenticator token allowing users to authenticate themselves with one-time passwords generated by Google Authenticator.

TokenList type

A list of UserTokenDetail.

C# syntax
[CollectionDataContract(Name="TokenList", ItemName="Token")]
public class TokenList : List<UserTokenDetail>
{ }

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating