Share via


ASAccountAuthenticationModificationViewController.ChangePasswordWithoutUserInteraction Method

Definition

[Foundation.Export("changePasswordWithoutUserInteractionForServiceIdentifier:existingCredential:newPassword:userInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ChangePasswordWithoutUserInteraction(AuthenticationServices.ASCredentialServiceIdentifier serviceIdentifier, AuthenticationServices.ASPasswordCredential existingCredential, string newPassword, Foundation.NSDictionary? userInfo);
[<Foundation.Export("changePasswordWithoutUserInteractionForServiceIdentifier:existingCredential:newPassword:userInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ChangePasswordWithoutUserInteraction : AuthenticationServices.ASCredentialServiceIdentifier * AuthenticationServices.ASPasswordCredential * string * Foundation.NSDictionary -> unit
override this.ChangePasswordWithoutUserInteraction : AuthenticationServices.ASCredentialServiceIdentifier * AuthenticationServices.ASPasswordCredential * string * Foundation.NSDictionary -> unit

Parameters

serviceIdentifier
ASCredentialServiceIdentifier
existingCredential
ASPasswordCredential
newPassword
String
userInfo
NSDictionary
Attributes

Applies to