Compartilhar via


SecRecord.GetValueRef<T> Método

Definição

Retorna o certificado, a identidade ou a chave associados armazenados neste registro.

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

Parâmetros de tipo

T

O tipo forte desejado do valor a ser obtido, um de SecCertificateSecIdentity ou SecKey.

Retornos

T

O valor retornado, se presente, deve ser um dos tipos permitidos SecCertificateSecIdentity ou SecKey.

Aplica-se a