Méthode | Description | |
---|---|---|
CopyAsReadOnly ( this secureString ) : |
Create a read-only copy of a SecureString. Equivalent to calling SecureString.Copy followed by SecureString.MakeReadOnly. |
|
IsEmpty ( this secureString ) : bool | ||
IsNullOrEmpty ( this secureString ) : bool |
public static CopyAsReadOnly ( this secureString ) : |
||
secureString | this | |
Résultat |
public static IsEmpty ( this secureString ) : bool | ||
secureString | this | |
Résultat | bool |
public static IsNullOrEmpty ( this secureString ) : bool | ||
secureString | this | |
Résultat | bool |