c# - How to programmatically determine the SSL/TLS protocols enabled in Windows server -
which ssl or tls protocols particular windows server supports, , of these enabled, stored in registry at:
hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols
does .net contain simple method of enumerating , examining these protocols, application running on server can determine enabled?
i know query registry, there issues this:
- changes these registry entries don't take effect until server reboot - need know in-use protocols
- it not clear effect various values have. there disabledbydefault value , enabled value - most articles 0 , 1 means protocol enabled, 1 , 1 mean? some articles confusingly indicate enabled should 0xffffffff not 1.
Comments
Post a Comment