Edit

Share via


ACAccount.Credential Property

Definition

The credentials used to validate this account.

public virtual Accounts.ACAccountCredential Credential { [Foundation.Export("credential", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCredential:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Credential : Accounts.ACAccountCredential with get, set

Property Value

The ACAccountCredential associated with this ACAccount.

This value can be null.

Attributes

Applies to