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

In This Topic
    IdentityType Property
    In This Topic
    The type of identity ( UserName, UserNameAndPassword or Kerberos ticket) being used.
    Syntax
    'Declaration
     
    
    Public Property IdentityType As UserIdentityType
    public UserIdentityType IdentityType {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also