메소드 | 설명 | |
---|---|---|
ConvertToSecureString ( this unsecuredPassword ) : |
||
ConvertToUnsecureString ( this securePassword ) : string |
Method to marshall a SecureString out of protected memory into a standard String object that is required by most other functions. Code initially taken from Fabio Pintos Source: https://blogs.msdn.microsoft.com/fpintos/2009/06/12/how-to-properly-convert-securestring-to-string/
|
|
IsBase64String ( this s ) : bool |
public static ConvertToSecureString ( this unsecuredPassword ) : |
||
unsecuredPassword | this | |
리턴 |
public static ConvertToUnsecureString ( this securePassword ) : string | ||
securePassword | this | |
리턴 | string |