DicomObjects.NET Core 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
    'Usage
     
    
    Dim instance As UserIdentityResponseType
    public enum UserIdentityResponseType : System.Enum 
    public enum class UserIdentityResponseType : public 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: 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