'Declaration
Property AllowUserAcceptCertificate As Boolean
'Usage
Dim instance As _UACertificateAcceptancePolicy Dim value As Boolean instance.AllowUserAcceptCertificate = value value = instance.AllowUserAcceptCertificate
bool AllowUserAcceptCertificate {get; set;}
Property Value
If set tofalse
(the default), no dialogs will be displayed, and the invalid certificate will be rejected.
The default value of this property is True
.