메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetSecureStringFromString ( string value ) : |
Converts a String into a read-only SecureString
|
|
GetStringFromSecureString ( |
Takes a SecureString and returns a String
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
public static GetSecureStringFromString ( string value ) : |
||
value | string | |
리턴 |
public static GetStringFromSecureString ( |
||
secureString | ||
리턴 | string |