SecRecord.ApplicationTag Property

Definition

To store your application data.

public Foundation.NSData ApplicationTag { get; set; }
member this.ApplicationTag : Foundation.NSData with get, set

Property Value

Remarks

You can use this to store application-level binary data in the form of an NSData source.

Applies to