IDTSManagedHelper100.VerifyDocument(String, Byte[], Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示文档是否已验证。
public:
bool VerifyDocument(System::String ^ bstrDocument, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % ppsaRawCertData, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % ppsaSignerPublicKeyBlob);
public bool VerifyDocument (string bstrDocument, out byte[] ppsaRawCertData, out byte[] ppsaSignerPublicKeyBlob);
abstract member VerifyDocument : string * Byte[] * Byte[] -> bool
Public Function VerifyDocument (bstrDocument As String, ByRef ppsaRawCertData As Byte(), ByRef ppsaSignerPublicKeyBlob As Byte()) As Boolean
参数
- bstrDocument
- String
要验证的文档。
- ppsaRawCertData
- Byte[]
原始数据证书。
- ppsaSignerPublicKeyBlob
- Byte[]
签名者公钥。
返回
如果已验证文档,则为 true;否则为 false。
注解
有关详细信息,请参阅 ManagedHelper。