类SMS_Site中的 EncryptDataEx 方法
EncryptDataEx
在 Configuration Manager 中,Windows Management Instrumentation (WMI) 类方法使用指定站点服务器的公钥加密数据并返回加密的数据。
以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。
语法
SInt32 EncryptDataEx(
String SiteCode,
String Data,
String EncryptedData
);
参数
SiteCode
数据类型String
限定符:[in]
可以加密数据的网站。
Data
数据类型String
限定符:[in]
要加密的数据。
EncryptedData
数据类型String
限定符:[out]
为特定站点加密的数据。
返回值
一个 SInt32
数据类型,为 0 表示成功,非零表示失败。
有关处理返回的错误的信息,请参阅关于Configuration Manager错误。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。