The members of Security.SecCertificate are listed below.
See Also: Inherited members from System.Object
| 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. |
| [read-only] | DerData | Foundation.NSData. Returns a Distinguished Encoding Rules (DER) representation of the certificate. |
| [read-only] | Handle | IntPtr. Handle (pointer) to the unmanaged object representation. |
| [read-only] | SubjectSummary | string. Human readable summary of the certificate. |
Dispose()Releases the resources used by the SecCertificate object. | ||
Finalize()Finalizer for the SecCertificate object | ||
static | GetTypeID()Type identifier for the Security.SecCertificate type. | |
ToX509Certificate()Documentation for this section has not yet been entered. | ||
ToX509Certificate2()Documentation for this section has not yet been entered. | ||