CredentialPickerOptions.CredentialSaveOption 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 the option on saving credentials.
public:
property CredentialSaveOption CredentialSaveOption { CredentialSaveOption get(); void set(CredentialSaveOption value); };
CredentialSaveOption CredentialSaveOption();
void CredentialSaveOption(CredentialSaveOption value);
public CredentialSaveOption CredentialSaveOption { get; set; }
var credentialSaveOption = credentialPickerOptions.credentialSaveOption;
credentialPickerOptions.credentialSaveOption = credentialSaveOption;
Public Property CredentialSaveOption As CredentialSaveOption
Property Value
The option specifies the initial state of the dialog's "Save Credential" check box. The default value is clear (unchecked). This property is ignored if the caller specifies Hidden in the CredentialSaveOption enumeration.