As per this Microsoft Technet article, there are three encryption providers supported by IIS configuration. I would like to know that if I secure the passwords using IISWASOnlyRsaprovider for my application pool, will it be decrypted and shown in clear-text when I use appcmd.exe or PowerShell commands to get information about that application pool.
I'm using IIS 7.5 and Windows Server 2008 R2.