IDTSManagedHelper100.VerifyDocument(String, Byte[], Byte[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica se il documento è verificato.
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
Parametri
- bstrDocument
- String
Documento da verificare.
- ppsaRawCertData
- Byte[]
Certificato dati non elaborati.
- ppsaSignerPublicKeyBlob
- Byte[]
Chiave pubblica del firmatario.
Restituisce
true se il documento viene verificato; in caso contrario, false.
Commenti
Per altre informazioni, vedere ManagedHelper.