Share via


SecIdentity2 Class

Definition

public class SecIdentity2 : CoreFoundation.NativeObject
type SecIdentity2 = class
    inherit NativeObject
Inheritance

Constructors

Name Description
SecIdentity2(SecIdentity, SecCertificate[])
SecIdentity2(SecIdentity)

Properties

Name Description
Certificates
Handle (Inherited from DisposableObject)
Identity
Owns (Inherited from DisposableObject)

Methods

Name Description
AccessCertificates(Action<SecCertificate2>)
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to