| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ServerSecurityPolicy Dim value As Byte instance.SecurityLevel = value value = instance.SecurityLevel | |
| C# | |
|---|---|
| [DataMemberAttribute(3)] public byte SecurityLevel {get; set;} | |
Property Value
The security level.
            This parameter allows servers to rank there policies from weakest to strongest.
            A value of 0 indicates the policy is not recommended.
            By default, clients should use policies with highest value.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    