Share via


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