ASAccountAuthenticationModificationViewController.PrepareInterfaceToChangePassword 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.
[Foundation.Export("prepareInterfaceToChangePasswordForServiceIdentifier:existingCredential:newPassword:userInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrepareInterfaceToChangePassword(AuthenticationServices.ASCredentialServiceIdentifier serviceIdentifier, AuthenticationServices.ASPasswordCredential existingCredential, string newPassword, Foundation.NSDictionary? userInfo);
[<Foundation.Export("prepareInterfaceToChangePasswordForServiceIdentifier:existingCredential:newPassword:userInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareInterfaceToChangePassword : AuthenticationServices.ASCredentialServiceIdentifier * AuthenticationServices.ASPasswordCredential * string * Foundation.NSDictionary -> unit
override this.PrepareInterfaceToChangePassword : AuthenticationServices.ASCredentialServiceIdentifier * AuthenticationServices.ASPasswordCredential * string * Foundation.NSDictionary -> unit
Parameters
- serviceIdentifier
- ASCredentialServiceIdentifier
- existingCredential
- ASPasswordCredential
- newPassword
- String
- userInfo
- NSDictionary
- Attributes