Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
GetIdentity Method
See Also 
Leadtools.Dicom.Services Namespace > DICOMPluginFactory Class : GetIdentity Method



Gets the primary identity associated with the current setting

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetIdentity() As IIdentity
Visual Basic (Usage)Copy Code
Dim instance As DICOMPluginFactory
Dim value As IIdentity
 
value = instance.GetIdentity()
C# 
protected virtual IIdentity GetIdentity()
C++/CLI 
protected:
virtual IIdentity^ GetIdentity(); 

Return Value

An IIdentity associated with the current setting.

Remarks

This method returns the identity specified in the System.ServiceModel.ServiceSecurityContext.PrimaryIdentity

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also