SqlNetCryptoChecksumClient
This property specifies the checksum client behavior.
Declaration
// C#
public static string SqlNetCryptoChecksumClient { get; set; }
Property Type
System.String
Default value is accepted.
                  
Valid Values:
- 
                        
accepted- to enable the security service if required or requested by the database. - 
                        
rejected- to disable the security service, even if required by the database. - 
                        
requested- to enable the security service if the database allows it. - 
                        
required- to enable the security service and disallow the connection if the database is not enabled for the security service.