Visual Guard Class Library Documentation

VGMembershipInstance Class

Validates user credentials and manages user settings for a specific security runtime.

For a list of all members of this type, see VGMembershipInstance Members.

System.Object
   VGMembershipInstance

public class VGMembershipInstance

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is used by WinForm application to manage user settings. The Membership class provides the same facilities as the System.Web.Security.Membership class:

This class can interact with VGRoles class to manage user membership in roles for authorization checking.

Requirements

Namespace: Novalys.VisualGuard.Security.Membership

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

VGMembershipInstance Members | Novalys.VisualGuard.Security.Membership Namespace