SecKeyChain.Remove(SecRecord) Method
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.
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.