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

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

适用于