DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomUserIdentity Class / IdentityType Property






    IdentityType Property
    The type of identity ( UserName, UserNameAndPassword or Kerberos ticket) being used.
    Syntax
    'Declaration
     
    
    Public Property IdentityType As UserIdentityType
     
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value As UserIdentityType
     
    instance.IdentityType = value
     
    value = instance.IdentityType
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also