CredentialPickerOptions.PreviousCredential 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 or sets whether to fill dialog box fields with previous credentials.
public:
property IBuffer ^ PreviousCredential { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer PreviousCredential();
void PreviousCredential(IBuffer value);
public IBuffer PreviousCredential { get; set; }
var iBuffer = credentialPickerOptions.previousCredential;
credentialPickerOptions.previousCredential = iBuffer;
Public Property PreviousCredential As IBuffer
Property Value
Determines whether dialog box fields are filled with previous credentials. The default value is not to prepopulate the fields.