อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


InternalApplicationIdentityHelper.GetInternalAppId Method

Definition

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

C#
public static object GetInternalAppId(ApplicationIdentity id);
C#
[System.Security.SecurityCritical]
public static object GetInternalAppId(ApplicationIdentity id);

Parameters

id
ApplicationIdentity

The object from which to extract the identifier.

Returns

The unique identifier held by the ApplicationIdentity object.

Attributes

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also