Defines all supported encryption algorithms for the SoapHeader used in SOAP request messages from the WCF client.
MessageCredentialType value | Meaning |
---|---|
None | No encryption is used |
HMACMD5 | Specifies the MD5 hash function |
HMACRIPEMD160 | Specifies the RIPEMD160 hash function |
HMACSHA1 | Specifies the SHA1 hash function |
HMACSHA256 | Specifies the SHA256 hash function |
HMACSHA384 | Specifies the SHA384 hash function |
HMACSHA512 | Specifies the SHA512 hash function |
MACTRIPLEDES | Specifies TripleDES for the input data |