共用方式為


SecRecord.GetValueRef<T> 方法

定義

傳回儲存在此記錄中的相關聯憑證、身分識別或金鑰。

public T GetValueRef<T> () where T : class, ObjCRuntime.INativeObject;
member this.GetValueRef : unit -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

類型參數

T

要取得的值所需的強型別,為 或 SecKey 的其中 SecCertificateSecIdentity 一個 。

傳回

T

如果存在,則傳回值應該是其中一個允許的類型 SecCertificateSecIdentitySecKey

適用於