How to determine channel security in WCF for encrypted messages using a hard-coded symmetric key with AES256 standard? I do not want to use certificates, and I know that this is a "weak" security practice.
WCF does not support pre-shared key (PSK), more details here:
Does .NET support TLS-PSK?
There is no configuration option for this ...
You will need to work with MessageInspectors, MessageFormatters, etc. - for some good starting points see:
You may need to work with OperationSelectors ...
Source: https://habr.com/ru/post/1387042/More articles:MTM test run not updated in all sets - tfsCUPS print PDF files - cupsWhat determines coords.accuracy in the geolocation API when not using a position sensor? - browserUse Oracle Forms Authenticated Database in MVC3 Application - oracleSSIS is dropped in DT_WSTR without dropping, or so it seems - castingDoes .NET support TLS-PSK? - .netThe most efficient way to create a grid is to view my page - javascriptCreate a div by clicking and dragging - jqueryOpening two SQLConnections with the same ConnectionString - c #C # Linear Algebra Library - c #All Articles