UserNameSecurityToken.Password 属性

定义

获取与安全令牌关联的用户名的密码。

public:
 property System::String ^ Password { System::String ^ get(); };
public string Password { get; }
member this.Password : string
Public ReadOnly Property Password As String

属性值

与安全令牌关联的用户名的密码。

适用于