SecKey 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.
Encapsulates a security key, one half of a public-private key-pair.
public class SecKey : IDisposable, ObjCRuntime.INativeObject
type SecKey = class
interface INativeObject
interface IDisposable
- Inheritance
-
SecKey
- Implements
Constructors
SecKey(IntPtr, Boolean) |
A constructor used when creating managed representations of unmanaged objects. |
SecKey(IntPtr) |
A constructor used when creating managed representations of unmanaged objects. |
Properties
BlockSize |
Gets the block size of the key. |
Handle |
Handle (pointer) to the unmanaged object representation. |