'Declaration
<DataMemberAttribute(IsRequired=False, EmitDefaultValue=False, Order=11)> Public Property RejectSHA1SignedCertificates As Boolean
'Usage
Dim instance As SecurityConfiguration Dim value As Boolean instance.RejectSHA1SignedCertificates = value value = instance.RejectSHA1SignedCertificates
[DataMember(IsRequired=false, EmitDefaultValue=false, Order=11)] public bool RejectSHA1SignedCertificates {get; set;}
[DataMember(IsRequired=false, EmitDefaultValue=false, Order=11)] public: property bool RejectSHA1SignedCertificates { bool get(); void set ( bool value); }