IDTSManagedHelper140.VerifyDocument(String, Byte[], Byte[]) 方法

定義

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);
Public Function VerifyDocument (bstrDocument As String, ByRef ppsaRawCertData As Byte(), ByRef ppsaSignerPublicKeyBlob As Byte()) As Boolean

參數

bstrDocument
String
ppsaRawCertData
Byte[]
ppsaSignerPublicKeyBlob
Byte[]

傳回

Boolean

實作

適用於