'Declaration
<DataMemberAttribute()> Public Property AllowSha1SignedCertificates As Boolean
'Usage
Dim instance As UACertificateAcceptancePolicy Dim value As Boolean instance.AllowSha1SignedCertificates = value value = instance.AllowSha1SignedCertificates
[DataMember()] public bool AllowSha1SignedCertificates {get; set;}
[DataMember()] public: property bool AllowSha1SignedCertificates { bool get(); void set ( bool value); }
Property Value
The default value of this property is True
.