SecRecord.AccessGroup Property
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.
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.