SecKeyChain.Remove(SecRecord) Method

Definition

Removes the specified record from the keychain.

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

Parameters

record
SecRecord

Record to be removed from the keychain.

Returns

The status code from performing the remove operation.

Remarks

This calls the SecItemDelete method on the keychain.

Applies to