PasswordBoxAssistant.GetPassword Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetPassword ( _
obj As DependencyObject _
) As String
public static string GetPassword(
DependencyObject obj
)
public:
static String^ GetPassword(
DependencyObject^ obj
)
static member GetPassword :
obj:DependencyObject -> string
public static function GetPassword(
obj : DependencyObject
) : String
Parameters
- obj
Type: System.Windows.DependencyObject
Return Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.