DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / Identity Property



In This Topic
    Identity Property
    In This Topic
    The user identity to use for an association
    Syntax
    'Declaration
     
    
    Public Property Identity As DicomUserIdentity
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As DicomUserIdentity
     
    instance.Identity = value
     
    value = instance.Identity
    public DicomUserIdentity Identity {get; set;}
    public:
    property DicomUserIdentity^ Identity {
       DicomUserIdentity^ get();
       void set (    DicomUserIdentity^ value);
    }
    Remarks
    When used as an initiator, this should be set before the call to Open
    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