W3cubDocs

/Haxe C#

SecureString

package cs.system.security

extends CriticalFinalizerObject

implements IDisposable

@:final@:libType@:csNative@:native("System.Security.SecureString") Available on cs

Constructor

@:final @:overload new ()

@:final @:overload new (value:Pointer<Char16>, length:Int)

Variables

read only Length:Int

Methods

@:final @:overload AppendChar (c:Char16):Void

@:final @:overload Clear ():Void

@:final @:overload Copy ():SecureString

@:final @:overload Dispose ():Void

@:final @:overload InsertAt (index:Int, c:Char16):Void

@:final @:overload IsReadOnly ():Bool

@:final @:overload MakeReadOnly ():Void

@:final @:overload RemoveAt (index:Int):Void

@:final @:overload SetAt (index:Int, c:Char16):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/security/SecureString.html