CredentialPickerOptions.PreviousCredential Property

Definition

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.

Applies to