PSRemotingCryptoHelper.DecryptSecureStringCore(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Core logic to decrypt a secure string. Assumes session key is already available.
protected System.Security.SecureString DecryptSecureStringCore (string encryptedString);
member this.DecryptSecureStringCore : string -> System.Security.SecureString
Protected Function DecryptSecureStringCore (encryptedString As String) As SecureString
Parameters
- encryptedString
- String
encrypted string to be decrypted