# GrapeCity.Documents.Excel.ISignatureSet.SkipCertificateValidationOnExporting

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_ISignatureSet_SkipCertificateValidationOnExporting_" data-uid="GrapeCity.Documents.Excel.ISignatureSet.SkipCertificateValidationOnExporting*">SkipCertificateValidationOnExporting Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_ISignatureSet_SkipCertificateValidationOnExporting_" data-uid="GrapeCity.Documents.Excel.ISignatureSet.SkipCertificateValidationOnExporting*"></a>
<h4 id="GrapeCity_Documents_Excel_ISignatureSet_SkipCertificateValidationOnExporting" data-uid="GrapeCity.Documents.Excel.ISignatureSet.SkipCertificateValidationOnExporting">SkipCertificateValidationOnExporting</h4>
<div class="markdown level1 summary"><p>Indicates whether the validation of the attached digital certificate of the signed signature
should be skipped when exporting signed signatures. The default value is true.</p>
<p>
If certificate validation is skipped, the certificate will be treated as valid.
This is the default behavior.
</p><p>
Otherwise, the certificate will be validated with X.509 chain. 
The validation requires Internet connection and
will read the X.509 certificate storage of the current user and local machine.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">bool SkipCertificateValidationOnExporting { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property SkipCertificateValidationOnExporting As Boolean</code></pre>
</div>
</div>
