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

要获取的值的所需强类型,为 或 SecKeySecCertificateSecIdentity

返回

T

返回值(如果存在)应为允许的类型 SecCertificateSecIdentity 之一 或 SecKey

适用于