DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / UserIdentityResponseType Enumeration

In This Topic
    UserIdentityResponseType Enumeration
    In This Topic
    User Identity Response Type for User Identity Negotiation
    Syntax
    'Declaration
     
    
    Public Enum UserIdentityResponseType 
       Inherits System.Enum
    public enum UserIdentityResponseType : System.Enum 
    Members
    MemberDescription
    NoResponseRequested No response requested
    PositiveResponseRequested Positive response requested
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.UserIdentityResponseType

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also