CredentialPickerResults.CredentialDomainName Property

Definition

Gets the domain name portion of the unpacked credential.

public:
 property Platform::String ^ CredentialDomainName { Platform::String ^ get(); };
winrt::hstring CredentialDomainName();
public string CredentialDomainName { get; }
var string = credentialPickerResults.credentialDomainName;
Public ReadOnly Property CredentialDomainName As String

Property Value

String

Platform::String

winrt::hstring

The domain name of the credential. If the domain name is not available, an empty string is returned.

Applies to