Certificate.IsPerUser 屬性

定義

取得憑證是否為每個使用者。

public:
 property bool IsPerUser { bool get(); };
bool IsPerUser();
public bool IsPerUser { get; }
var boolean = certificate.isPerUser;
Public ReadOnly Property IsPerUser As Boolean

屬性值

Boolean

bool

如果憑證是每個使用者,則為 True;否則為 false。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於