DicomObjects.NET Core Documentation
DicomObjects.Enums Namespace / UserIdentityType Enumeration



In This Topic
    UserIdentityType Enumeration
    In This Topic
    User Identity Type for User Identity Negotiation
    Syntax
    'Declaration
     
    
    Public Enum UserIdentityType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UserIdentityType
    public enum UserIdentityType : System.Enum 
    public enum class UserIdentityType : public System.Enum 
    Members
    MemberDescription
    JsonWebToken JSON Web Token (JWT)
    Kerberos Kerberos Service ticket
    SamlAssertion SAML Assertion
    UserName Username as a string in UTF-8
    UserNameAndPassword Username as a string in UTF-8 and passcode
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.UserIdentityType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also