SqlNetCryptoChecksumTypesClient
This property specifies the checksum algorithms the client can use.
Declaration
// C# public string SqlNetEncryptionTypesClient {get; set;}
Return Value
System.String
Remarks
Default value is null. Null setting means other configuration methods determine the client's data integrity algorithms.
Possible string values:
-
SHA1
-
SHA256
-
SHA384
-
SHA512
All other string values are incorrect and should not be used.
Example
// Allow ODP.NET app to use SHA256 and SHA512 checksum algorithms conn.SqlNetEncryptionTypesClient = "(SHA256, SHA512)";