The Key type exposes the following members.

Methods

  Name Description
Copy
Copies this object, creating a new object for the copy
(Inherited from CryptokiObject.)
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)

Fields

Properties

  Name Description
Attributes
Gets the attributes set.
(Inherited from CryptokiObject.)
Class
Class of this object
(Inherited from CryptokiObject.)
ClassName
Gets the name of this PKCS#11 object's class.
(Inherited from CryptokiObject.)
Derive
Value of this CKA_DERIVE attribute
EndDate
Value of this CKA_END_DATE attribute
Handle
Handle to this object inside native cryptoki
(Inherited from CryptokiObject.)
ID
Value of this CKA_ID attribute
KeyGenMechanismType
Value of this CKA_KEY_GEN_MECHANISM attribute
KeyGenMechanismTypeName
Gets the name of the key gen mechanism type.
KeyType
Value of this CKA_KEY_TYPE attribute
KeyTypeName
Gets the name of the key type.
Label
Value of this CKA_LABEL attribute
(Inherited from Storage.)
Local
Value of this CKA_LOCAL attribute
Modifiable
Value of this CKA_MODIFIABLE attribute
(Inherited from Storage.)
Private
Value of this CKA_PRIVATE attribute
(Inherited from Storage.)
Size
Size in bytes of this object
(Inherited from CryptokiObject.)
StartDate
Value of this CKA_START_DATE attribute
Token
Value of this CKA_TOKEN attribute
(Inherited from Storage.)

See Also