Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 747 Bytes

uri_password.md

File metadata and controls

24 lines (17 loc) · 747 Bytes
-api-id -api-type
P:Windows.Foundation.Uri.Password
winrt property

Windows.Foundation.Uri.Password

-description

Gets the password component of the Uniform Resource Identifier (URI) as stored in this Uri instance.

-property-value

The password.

-remarks

Note

username:password**@** preceding the host part of a URI are mainly relevant for File Transfer Protocol (FTP) URIs. File Transfer Protocol (FTP) URIs have limited support in Windows Runtime; see "Transferring data in the background" (HTML or XAML).

-examples

-see-also