How do I define channel security in WCF to encrypted messages using by a hard-coded symmetric key with AES256 standard? I do not want to use certificates and I am aware that this is a "weak" security practice.
feedback
|
|
WCF does not support pre-shared key (PSK) it seems, more information here: | |||
feedback
|