The KEAPublicKey type exposes the following members.

Properties

  Name Description
Attributes
Gets the attributes set.
(Inherited from CryptokiObject.)
Base
Value of this CKA_BASE attribute
(Inherited from DSAPublicKey.)
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
(Inherited from Key.)
Encrypt
Value of this CKA_ENCRYPT attribute
(Inherited from PublicKey.)
EndDate
Value of this CKA_END_DATE attribute
(Inherited from Key.)
Handle
Handle to this object inside native cryptoki
(Inherited from CryptokiObject.)
ID
Value of this CKA_ID attribute
(Inherited from Key.)
KeyGenMechanismType
Value of this CKA_KEY_GEN_MECHANISM attribute
(Inherited from Key.)
KeyGenMechanismTypeName
Gets the name of the key gen mechanism type.
(Inherited from Key.)
KeyType
Value of this CKA_KEY_TYPE attribute
(Inherited from Key.)
KeyTypeName
Gets the name of the key type.
(Inherited from Key.)
KeyValue
Value of this CKA_VALUE attribute
(Inherited from DSAPublicKey.)
Label
Value of this CKA_LABEL attribute
(Inherited from Storage.)
Local
Value of this CKA_LOCAL attribute
(Inherited from Key.)
Modifiable
Value of this CKA_MODIFIABLE attribute
(Inherited from Storage.)
Prime
Value of this CKA_PRIME attribute
(Inherited from DSAPublicKey.)
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
(Inherited from Key.)
Subject
Value of this CKA_SUBJECT attribute
(Inherited from PublicKey.)
SubPrime
Value of this CKA_SUBPRIME attribute
(Inherited from DSAPublicKey.)
Token
Value of this CKA_TOKEN attribute
(Inherited from Storage.)
Verify
Value of this CKA_VERIFY attribute
(Inherited from PublicKey.)
VerifyRecover
Value of this CKA_VERIFY_RECOVER attribute
(Inherited from PublicKey.)
Wrap
Value of this CKA_WRAP attribute
(Inherited from PublicKey.)
WrapTemplate
Value of this CKA_WRAP_TEMPLATE attribute
(Inherited from PublicKey.)

See Also