DicomObjects.NET.8.48 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
    public enum UserIdentityType : 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: .NET CLR 4.8 or higher

    See Also