UserAuthenticationOperation.Id 属性

定义

获取表示操作的唯一标识符。

注意

如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = userAuthenticationOperation.id;
Public ReadOnly Property Id As UInteger

属性值

UInt32

unsigned int

uint32_t

操作的唯一 ID(如包清单中定义)。

实现

Id

适用于