SecIdentity Class

Definition

Encapsulate a security identity. A security identity comprises a certificate and its private key.

public class SecIdentity : IDisposable, ObjCRuntime.INativeObject
type SecIdentity = class
    interface INativeObject
    interface IDisposable
Inheritance
SecIdentity
Implements

Constructors

SecIdentity(IntPtr)

Properties

Certificate
Handle

Handle (pointer) to the unmanaged object representation.

PrivateKey

Methods

Dispose()

Releases the resources used by the SecIdentity object.

Dispose(Boolean)

Releases the resources used by the SecIdentity object.

Finalize()

Finalizer for the SecIdentity object

GetTypeID()

Type identifier for the Security.SecIdentity type.

Import(Byte[], String)
Import(X509Certificate2)

Applies to