共用方式為


KeyCredential 類別

定義

表示金鑰認證、RSA、2048 位的非對稱金鑰,代表應用程式的使用者身分識別。

public ref class KeyCredential sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class KeyCredential final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class KeyCredential
Public NotInheritable Class KeyCredential
繼承
Object Platform::Object IInspectable KeyCredential
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

Name

取得金鑰認證的名稱。

方法

GetAttestationAsync()

取得金鑰認證的證明。 在布建目前使用者和應用程式的金鑰認證之後呼叫此方法。

RequestSignAsync(IBuffer)

提示使用者使用其金鑰認證以密碼編譯方式簽署資料。

RetrievePublicKey()

取得非對稱 KeyCredential的公用部分。

RetrievePublicKey(CryptographicPublicKeyBlobType)

取得非對稱 KeyCredential的公用部分。

適用於