SecKeyChain.Remove(SecRecord) 方法

定义

从密钥链中删除指定的记录。

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

参数

record
SecRecord

要从密钥链中删除的记录。

返回

执行删除操作的状态代码。

注解

这会调用密钥链上的 SecItemDelete 方法。

适用于