証明書から公開キーのバイナリ値を取得します。
Public ReadOnly Property PublicKey As Byte ()
[C#]
public byte[] PublicKey {get;}
[C++]
public: __property unsigned char get_PublicKey();
[JScript]
public function get PublicKey() : Byte[];
プロパティ値
公開キー値を格納するバイト配列。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ
参照
HttpClientCertificate クラス | HttpClientCertificate メンバ | System.Web 名前空間