SecKeyChain.Add(SecRecord) Method

Definition

Adds the specified record to the keychain.

public static Security.SecStatusCode Add (Security.SecRecord record);
static member Add : Security.SecRecord -> Security.SecStatusCode

Parameters

record
SecRecord

A populated record.

Returns

The result of the operation.

Applies to