次の方法で共有


SecRecord.GetValueRef<T> メソッド

定義

このレコードに格納されている関連する証明書、ID、またはキーを返します。

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

戻り値 (存在する場合) は、許可される型 SecCertificateSecIdentity または SecKeyのいずれかである必要があります。

適用対象