MessageSecurityOverTcp Class

The MessageSecurity class configures message-level security settings for a message sent using TCP transport.

Properties

MessageSecurityOverTcp property Type Description
AlgorithmSuite SecurityAlgorithmType (enumeration) Specifies the algorithm suite used for message-level security. Valid values are: DEFAULT, BASIC128, BASIC128RSA15, BASIC128HA256, BASIC128SHA256RSA15, BASIC192, BASIC192RSA15, BASIC192HA256, BASIC192SHA256RSA15, BASIC256 (default), BASIC256RSA15, BASIC256HA256, BASIC256SHA256RSA15, TRIPLEDES, TRIPLEDESRSA15, TRIPLEDESSHA256, and TRIPLEDESSHA256RSA15.
ClientCredentialType MessageCredentialType (enumeration) Specifies the credential type used for client authentication. Values are: NONE, WINDOWS (default), USERNAME, CERTIFICATE, and ISSUEDTOKEN.
Related reference
MessageCredentialType Enumeration