HttpClientCertificate.BinaryIssuer 属性

定义

获取或设置证书颁发者(以二进制格式表示)。

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

属性值

Byte[]

证书颁发者(以二进制格式表示)。

适用于