UserSecurityServicesRemoveAllUserCertifications Method |
Removes all operator certifications that are associated to the specified user.
All effectivity date information for this user-certification association will be
permanently deleted.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void RemoveAllUserCertifications(
Guid sessionId,
string userName
)
Public Sub RemoveAllUserCertifications (
sessionId As Guid,
userName As String
)
public:
virtual void RemoveAllUserCertifications(
Guid sessionId,
String^ userName
) sealed
abstract RemoveAllUserCertifications :
sessionId : Guid *
userName : string -> unit
override RemoveAllUserCertifications :
sessionId : Guid *
userName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - userName
- Type: SystemString
The username of the user account whose certifications are to be updated.
Exceptions See Also