| 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.This method returns the identity specified in the System.ServiceModel.ServiceSecurityContext.PrimaryIdentity
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code