CredentialPickerResults.CredentialDomainName 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 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
The domain name of the credential. If the domain name is not available, an empty string is returned.