HslCertificateLoadFrom 方法 |
从文件的二进制数据中加载相关的参数
命名空间:
HslCommunication.Core.Security
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法 public void LoadFrom(
byte[] hslCertificate
)
Public Sub LoadFrom (
hslCertificate As Byte()
)
public:
void LoadFrom(
array<unsigned char>^ hslCertificate
)
member LoadFrom :
hslCertificate : byte[] -> unit
参数
- hslCertificate
- 类型:SystemByte
证书信息
参见