Unassigns a Defender token from a user.
C# syntax[OperationContract]
[FaultContract(typeof(FaultException))]
AssignedToken RemoveTokenFromUser(string userCommonName, string tokenCommonName, bool deleteSoftwareToken, string userSearchBase, string tokenSearchBase);
Parameters
Return value
A successful unassignment results in an AssignedToken being returned. If the token was already unassigned, then the AssignedToken.TokenCommonName indicates this. In the case of an error a Fault is generated.
The faultCode can be one of the following:
Resets a Defender token to aid authentication when the token is out of synchronization with the server.
C# syntax[OperationContract]
[FaultContract(typeof(FaultException))]
DefenderResult ResetDefenderToken(string tokenCommonName, string tokenSearchBase);
Parameters
Return value
A DefenderResult is returned indicating the success or otherwise of the reset. In the case of an error a Fault is generated.
The faultCode can be one of the following:
Reset a user's Defender violation count. Also allows the violation and reset counts to be viewed without resetting them.
C# syntax[OperationContract]
[FaultContract(typeof(FaultException))]
UserViolationCount ResetDefenderViolationCount(string userCommonName, bool viewOnly, string userSearchBase);
Parameters
Return value
Successfull calls return a UserViolationCount. In the case of an error, a Fault is generated.
The faultCode can be one of the following:
Sets the Defender password for a user or all users in a group. When a user account name is specified, that user's Defender password is set. When a group name is specified, the Defender passwords for all users in that group are assigned the specified Defender password.
C# syntax[OperationContract]
[FaultContract(typeof(FaultException))]
void SetDefenderPassword(string userGroupCommonName, string password, bool expire, bool overwrite, string userSearchBase);
Parameters
Return value
In the case of an error, a Fault is generated. The faultCode can be one of the following:
© ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center