次の方法で共有


KeyCredential.RetrievePublicKey メソッド

定義

オーバーロード

RetrievePublicKey()

非対称 KeyCredential のパブリック部分を取得します。

RetrievePublicKey(CryptographicPublicKeyBlobType)

非対称 KeyCredential のパブリック部分を取得します。

RetrievePublicKey()

非対称 KeyCredential のパブリック部分を取得します。

public:
 virtual IBuffer ^ RetrievePublicKey() = RetrievePublicKey;
IBuffer RetrievePublicKey();
/// [Windows.Foundation.Metadata.Overload("RetrievePublicKeyWithDefaultBlobType")]
IBuffer RetrievePublicKey();
public IBuffer RetrievePublicKey();
[Windows.Foundation.Metadata.Overload("RetrievePublicKeyWithDefaultBlobType")]
public IBuffer RetrievePublicKey();
function retrievePublicKey()
Public Function RetrievePublicKey () As IBuffer

戻り値

非対称キー資格情報の公開部分。

属性

こちらもご覧ください

適用対象

RetrievePublicKey(CryptographicPublicKeyBlobType)

非対称 KeyCredential のパブリック部分を取得します。

public:
 virtual IBuffer ^ RetrievePublicKey(CryptographicPublicKeyBlobType blobType) = RetrievePublicKey;
/// [Windows.Foundation.Metadata.Overload("RetrievePublicKeyWithBlobType")]
IBuffer RetrievePublicKey(CryptographicPublicKeyBlobType const& blobType);
[Windows.Foundation.Metadata.Overload("RetrievePublicKeyWithBlobType")]
public IBuffer RetrievePublicKey(CryptographicPublicKeyBlobType blobType);
function retrievePublicKey(blobType)
Public Function RetrievePublicKey (blobType As CryptographicPublicKeyBlobType) As IBuffer

パラメーター

blobType
CryptographicPublicKeyBlobType

取得する公開キーの BLOB 型。

戻り値

非対称キー資格情報の公開部分。

属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

こちらもご覧ください

適用対象