InternalApplicationIdentityHelper.GetInternalAppId Method

Definition

Gets an IDefinitionAppId Interface representing the unique identifier of an ApplicationIdentity object.

public:
 static System::Object ^ GetInternalAppId(ApplicationIdentity ^ id);
public static object GetInternalAppId (ApplicationIdentity id);
[System.Security.SecurityCritical]
public static object GetInternalAppId (ApplicationIdentity id);
static member GetInternalAppId : ApplicationIdentity -> obj
[<System.Security.SecurityCritical>]
static member GetInternalAppId : ApplicationIdentity -> obj
Public Shared Function GetInternalAppId (id As ApplicationIdentity) As Object

Parameters

id
ApplicationIdentity

The object from which to extract the identifier.

Returns

The unique identifier held by the ApplicationIdentity object.

Attributes

Applies to

See also