SecRecord.AccessGroup Property

Definition

Access group name.

public string AccessGroup { get; set; }
member this.AccessGroup : string with get, set

Property Value

Remarks

Access groups are used to share information between applications that share the same access group. Applications that wish to do this, need to register the access group on their keychain-access-group entitlement. This value must be set when the item is added to the keychain for the second application to be able to look it up.

Applies to