CredentialPickerResults.Credential 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 opaque credential.
public:
property IBuffer ^ Credential { IBuffer ^ get(); };
IBuffer Credential();
public IBuffer Credential { get; }
var iBuffer = credentialPickerResults.credential;
Public ReadOnly Property Credential As IBuffer
Property Value
A byte buffer that contains the opaque credential. If the credential is not available, a valid, but empty IBuffer object is returned.