'Declaration
Public Property AllowStatic As Boolean
'Usage
Dim instance As CertificateSecurityParameters Dim value As Boolean instance.AllowStatic = value value = instance.AllowStatic
public bool AllowStatic {get; set;}
Property Value
The default value of this property is True
.