'Declaration
<DataMemberAttribute()> Public Property AllowUserAcceptCertificate As Boolean
'Usage
Dim instance As UACertificateAcceptancePolicy Dim value As Boolean instance.AllowUserAcceptCertificate = value value = instance.AllowUserAcceptCertificate
[DataMember()] public bool AllowUserAcceptCertificate {get; set;}
[DataMember()] public: property bool AllowUserAcceptCertificate { bool get(); void set ( bool value); }
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
.