SecureString (System.Security.SecureString)

Inherits: System.Object

Interfaces: IDisposable

Derived Types: 0

Assembly: mscorlib.dll

Represents text that should be kept confidential. The text is encrypted for privacy when being used, and deleted from computer memory when no longer needed. This class cannot be inherited.

VB.NET C#

C#

public sealed class SecureString : System.IDisposable
{
}

Articles

Protect sensitive data with .NET 2.0's SecureString class - Program ...

using System; using System.Collections.Generic; using System.Text; namespace SecureString { class Program { static void Main(string[] args) { System.Security.SecureString ss ...

Windows HPC Community - Intermittent StackOverflowException when ...

CcpAPI.dll!Microsoft.ComputeCluster.Credentials.PromptForCredentials(string target = "MYCLUSTERHEAD", ref string username = null, ref System.Security.SecureString password ...

SecureString - System.Security.SecureString Class - Encrypting Strings ...

SecureString - System.Security.SecureString Class - Encrypting Strings in Memory in .NET 2.0 Framework SecureString - System.Security.SecureString Class - Encrypting Strings in ...

Mono Documentation

X509Certificate2 ( byte [], System.Security.SecureString ) Documentation for this section has not yet been entered. X509Certificate2 ( byte [], string

Mono Documentation

X509Certificate ( byte [], System.Security.SecureString ) Documentation for this section has not yet been entered. X509Certificate ( byte [], string

Talking about System.Security.SecureString - B# .NET Blog

Introduction. Within a couple of weeks, our series of MSDN Security Evenings will go on air at various locations (see http://community.bartdesmet.net/blogs/bart/archive/2006/03/25 ...

SecureString Class (System.Security)

Represents text that should be kept confidential. The text is encrypted for privacy when being used, and deleted from computer memory when no longer needed. This class cannot be ...

SecureString Class (System.Security)

Represents text that should be kept confidential. The text is encrypted for privacy when being used, and deleted from computer memory when no longer needed. This class cannot be ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support