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[]

包含公钥值的字节数组。

适用于