DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomUserIdentity Class / IdentityType Property



In This Topic
    IdentityType Property
    In This Topic
    The type of identity ( UserName, UserNameAndPassword or Kerberos ticket) being used.
    Syntax
    'Declaration
     
    
    Public Property IdentityType As UserIdentityType
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value As UserIdentityType
     
    instance.IdentityType = value
     
    value = instance.IdentityType
    public UserIdentityType IdentityType {get; set;}
    public:
    property UserIdentityType IdentityType {
       UserIdentityType get();
       void set (    UserIdentityType value);
    }
    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