Click or drag to resize

VGRepositoryInstance Class

Manages repository for a specific VGSecurityRuntime object.
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.MembershipVGRepositoryInstance

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public sealed class VGRepositoryInstance

The VGRepositoryInstance type exposes the following members.

Properties
  NameDescription
Public propertyPerformance
Gets Performance tracking instance
Top
Methods
  NameDescription
Public methodActiveStorageCryptography
Active Cryptography inside of the storage
Public methodCheckRepositoryVersion
Public methodDeleteRepository
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractRepositoryInformation
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllApplications Obsolete.
Gets a list of the applications for the repository.
Public methodGetAllDBUsers
Get all users store (Database or File)
Public methodGetAllKeysBackup
Public methodGetApplication Obsolete.
Gets a aplication for the application ID
Public methodGetCryptographyInfo
Public methodGetCurrentDBUser
Get the current user connected to the database
Public methodGetCurrentRepository
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRepository Obsolete.
Public methodGetSmtpData
Public methodGetStatistics
Gets statistics data for all entities of repository.
Public methodGetStorageTime
Public methodGetStorageTime(Boolean)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMigrateRepository
Public methodReplaceCommunicationCryptography
Public methodReplaceStorageCryptography
Replace the key inside of the storage
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateGroupFriendlySelection(VGGroupFriendlyType)
Sets VG Group Display and updates Repository
Public methodUpdateGroupFriendlySelection(VGGroupFriendlyType, VGGroupProfileAttribute)
Sets VG Group Display and updates Repository
Public methodUpdateLicenseRequestInfo
Update the license request of this repository
Public methodUpdateRepository
Updates the repository with the information for the specified repository.
Public methodUpdateSmtpData
Top
Remarks
Visual Guard role management enables you to manage authorization for your application.

This class can be used to interact with VGMembership and allows to list, create and update roles

See Also