'Declaration
<DataMemberAttribute()> <DefaultValueAttribute(True)> Public Property AllowSha1SignedCertificates As Boolean
'Usage
Dim instance As UACertificateAcceptancePolicy Dim value As Boolean instance.AllowSha1SignedCertificates = value value = instance.AllowSha1SignedCertificates
[DataMember()] [DefaultValue(true)] public bool AllowSha1SignedCertificates {get; set;}
[DataMember()] [DefaultValue(true)] public: property bool AllowSha1SignedCertificates { bool get(); void set ( bool value); }