PSRemotingCryptoHelper.EncryptSecureStringCore(SecureString) 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 encrypt a string. Assumes session key is already generated.
protected string EncryptSecureStringCore (System.Security.SecureString secureString);
member this.EncryptSecureStringCore : System.Security.SecureString -> string
Protected Function EncryptSecureStringCore (secureString As SecureString) As String
Parameters
- secureString
- SecureString
secure string to be encrypted