SecIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |