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