DicomObjects.NET.8.48 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
    public DicomUserIdentity Identity {get; set;}
    Remarks
    When used as an initiator, this should be set before the call to Open
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also