C# Class System.Security.Tests.SecureStringTests

Show file Open project: dotnet/corefx

Private Methods

Method Description
AppendChar ( ) : void
AppendChar_TooLong_Throws ( ) : void
AssertEquals ( string expected, SecureString actual ) : void
Clear ( string initialValue ) : void
Copy ( int length ) : void
CreateSecureString ( string value ) : SecureString
CreateString ( SecureString value ) : string
CreateString ( int length ) : string
Ctor ( int length ) : void
Ctor_CharInt_Invalid ( ) : void
Dispose_AllOtherOperationsThrow ( ) : void
GrowAndContract_Small ( ) : void
Grow_Large ( ) : void
InsertAt ( ) : void
InsertAt_Invalid_Throws ( ) : void
InsertAt_LongString ( ) : void
MakeReadOnly_ReadingSucceeds_AllOtherModificationsThrow ( ) : void
RemoveAt ( ) : void
RemoveAt_Invalid_Throws ( ) : void
RemoveAt_Largest ( ) : void
RepeatedCtorDispose ( ) : void
SecureStringMarshal_Ansi_Roundtrip ( int length, bool allocHGlobal ) : void
SecureStringMarshal_NullArgsAllowed_IntPtrZero ( ) : void
SecureStringMarshal_Unicode_Roundtrip ( int length, bool allocHGlobal ) : void
SetAt ( ) : void
SetAt_Invalid_Throws ( ) : void
ThreadSafe_Stress ( int executionTimeSeconds ) : void