Security.SecCertificate Members

The members of Security.SecCertificate are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initialize this instance from an NSData buffer containing a, DER-encoded, X.509 certificate.
Initialize this instance from a raw, DER-encoded, X.509 certificate byte array
Documentation for this section has not yet been entered.
Initialize this instance from an existing X509Certificate instance.
Initialize this instance from an existing X509Certificate2 instance.

Public Properties

[read-only]
DerDataFoundation.NSData. Returns a Distinguished Encoding Rules (DER) representation of the certificate.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
SubjectSummarystring. Human readable summary of the certificate.

Public Methods

Dispose()
Releases the resources used by the SecCertificate object.
Finalize()
Finalizer for the SecCertificate object
static
GetTypeID() : nint
Type identifier for the Security.SecCertificate type.
ToX509Certificate() : System.Security.Cryptography.X509Certificates.X509Certificate
Documentation for this section has not yet been entered.
ToX509Certificate2() : System.Security.Cryptography.X509Certificates.X509Certificate2
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Releases the resources used by the SecCertificate object.