DefaultCredentialsLoader.ResetCredentials Method
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.
Resets resettable credentials in the credential description list (for instance reset the certificates so that they can be re-loaded again) Use, for example, before a retry.
public void ResetCredentials (System.Collections.Generic.IEnumerable<Microsoft.Identity.Abstractions.CredentialDescription> credentialDescriptions);
abstract member ResetCredentials : seq<Microsoft.Identity.Abstractions.CredentialDescription> -> unit
override this.ResetCredentials : seq<Microsoft.Identity.Abstractions.CredentialDescription> -> unit
Public Sub ResetCredentials (credentialDescriptions As IEnumerable(Of CredentialDescription))
Parameters
- credentialDescriptions
- IEnumerable<CredentialDescription>
Description of the credentials.