Click or drag to resize

VGClaimSet Class

Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.Security.IdentityModule.IdentityInformationOptionsVGClaimSet

Namespace:  Novalys.VisualGuard.Security.IdentityModule.IdentityInformationOptions
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
[SerializableAttribute]
public class VGClaimSet : IEnumerable<VGIdentityClaim>, 
	IEnumerable, ISerializable

The VGClaimSet type exposes the following members.

Constructors
  NameDescription
Protected methodVGClaimSet
Initializes a new instance of the VGClaimSet class
Top
Properties
Methods
  NameDescription
Public methodAdd
Public methodContainsKey
Public methodCopyTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetT
Public methodGetComment
Public methodGetEmail
Public methodGetEndDate
Public methodGetFirstName
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIsApproved
Public methodGetIsLock
Public methodGetLastLockoutDate
Public methodGetLastName
Public methodGetMustChangePasswordAtNextLogon
Public methodGetPasswordQuestion
Public methodGetStartDate
Public methodGetTitle
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserId
Public methodGetUserName
Public methodIsSupportedActivityDate
Public methodIsSupportedApproved
Public methodIsSupportedCheckPasswordOfPasswordPolicy
Public methodIsSupportedComment
Public methodIsSupportedEmail
Public methodIsSupportedFirstName
Public methodIsSupportedLastActivityDate
Public methodIsSupportedLastAuthenticatedTime
Public methodIsSupportedLastName
Public methodIsSupportedLock
Public methodIsSupportedPasswordAnswerAndQuestion
Public methodIsSupportedPasswordMustChangePasswordAtNextLogon
Public methodIsSupportedPasswordStorage
Public methodIsSupportedSetNewPassword
Public methodIsSupportedTitle
Public methodIsSupportedUserId
Public methodIsSupportedUserName
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSavePassword
Public methodSetCheckPasswordOfPasswordPolicy
Public methodSetClaim
Public methodSetComment
Public methodSetEmail
Public methodSetEndDate
Public methodSetFirstName
Public methodSetIsApprouved
Public methodSetIsLock
Public methodSetLastName
Public methodSetMustChangePasswordAtNextLogon
Public methodSetNewPassword
Public methodSetPasswordAnswer
Public methodSetPasswordQuestion
Public methodSetStartDate
Public methodSetTitle
Public methodSetUserId
Public methodSetUserName
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also