CredentialPickerResults.CredentialUserName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user name of the unpacked credential.
public:
property Platform::String ^ CredentialUserName { Platform::String ^ get(); };
winrt::hstring CredentialUserName();
public string CredentialUserName { get; }
var string = credentialPickerResults.credentialUserName;
Public ReadOnly Property CredentialUserName As String
Property Value
The user name of the credential used. If the user name is not available, an empty string is returned.