| Method | Description | 
| Assigns a Defender Software token to a user. | |
| Assigns a Defender token to a user. | |
| Gets a list of Defender tokens assigned to a user. | |
| Unassigns all Defender tokens from a user. | |
| Deletes the Defender password for a user or all users in a group. | |
| Removes a user's PIN from an assigned token. | |
| Removes a temporary response from a user's assigned token. | |
| Unassigns a Defender token from a user. | |
| Resets a Defender token to aid authentication when the token is out of synchronization with the server. | |
| Reset a user's Defender violation count. Also allows the violation and reset counts to be viewed without resetting them. | |
| Sets the Defender password for a user or all users in a group. | |
| Sets a user's PIN for an assigned token. | |
| Sets a temporary response on a user's assigned token. | |
| Tests a Defender token's response. | 
If this operation resulted in the token being assigned, then the AssignedToken.TokenCommonName will match the tokenCommonName parameter. If the token was already assigned to this user, then the AssignedToken.TokenCommonName will contain a text message indicating that it was already assigned.
The type of the token added may be one of the following values:
These types produce tokens for use on the following platforms:
C# syntax[OperationContract] 
[FaultContract(typeof(FaultException))]
AssignedSoftwareToken AddSoftwareTokenToUser(string userCommonName, ProgrammableSoftwareTokenType tokenType, string tokenPin, SoftwareTokenConfiguration configuration, string userSearchBase);
Parameters
Return value
If no error occurs, an AssignedToken is returned. In the case of an error, a Fault is generated. The faultCode can be one of the following:
If this operation resulted in the token being assigned, then the AssignedToken.TokenCommonName matches the tokenCommonName parameter. If the token was already assigned to this user, then the AssignedToken.TokenCommonName contains a text message indicating that it was already assigned.
C# syntax[OperationContract] 
[FaultContract(typeof(FaultException))]
AssignedToken AddTokenToUser(string tokenCommonName, string userCommonName, string tokenSearchBase, string userSearchBase);
Parameters
Return value
If no error occurs, an AssignedToken is returned. In the case of an error, a Fault is generated. The faultCode can be one of the following:
Gets a list of Defender tokens assigned to a user.
C# syntax[OperationContract] 
[FaultContract(typeof(FaultException))]
TokenList GetTokensForUser(string userCommonName, string userSearchBase);
Parameters
Return value
If no error occurs, a list of TokenList is returned. In the case of an error, a Fault is generated. The faultCode can be one of the following:
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 쿠키 기본 설정 센터