Share via


HttpClientCertificate.PublicKey プロパティ

定義

証明書から公開キーのバイナリ値を取得します。

public:
 property cli::array <System::Byte> ^ PublicKey { cli::array <System::Byte> ^ get(); };
public byte[] PublicKey { get; }
member this.PublicKey : byte[]
Public ReadOnly Property PublicKey As Byte()

プロパティ値

Byte[]

公開キー値を格納するバイト配列。

適用対象