次の方法で共有


IDTSManagedHelper100.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);
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

適用対象