Метод | Описание | |
---|---|---|
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 |
public static IsBase64String ( this s ) : bool | ||
s | this | |
Результат | bool |