DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also