HslCertificateGetSaveBytes 方法 |
获取当前证书的原始字节信息,可以存储到文件中,必须提供私钥信息,否则无法进行签名的操作
Gets the raw byte information of the current certificate, which can be stored in a file, and the private key information must be provided, otherwise the signing operation cannot be performed
命名空间:
HslCommunication.Core.Security
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法 public byte[] GetSaveBytes()
Public Function GetSaveBytes As Byte()
public:
array<unsigned char>^ GetSaveBytes()
member GetSaveBytes : unit -> byte[]
返回值
类型:
Byte原始字节数据
参见