System.Security.SecureString.SecureString C# (CSharp) Méthode

SecureString() static private méthode

static private SecureString ( ) : System.Globalization
Résultat System.Globalization
		static SecureString ()
		{
			// ProtectedMemory has been moved to System.Security.dll
			// we use reflection to call it (if available) or we'll 
			// throw an exception
		}

Same methods

SecureString::SecureString ( char value, int length ) : System.Globalization