DicomObjects.NET.8.48 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 read-write property IdentityType: UserIdentityType; 
    public function get,set IdentityType : UserIdentityType
    public: __property UserIdentityType get_IdentityType();
    public: __property void set_IdentityType( 
       UserIdentityType value
    );
    public:
    property UserIdentityType IdentityType {
       UserIdentityType get();
       void set (    UserIdentityType value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also