The RSAPrivateKey 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.
(Inherited from Key.)

Properties

  Name Description
AlwaysSensitive
Value of this CKA_ALWAYS_SENSITIVE attribute
(Inherited from PrivateKey.)
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.)
Coefficient
Value of this CKA_COEFFICIENT attribute
Decrypt
Value of this CKA_DECRYPT attribute
(Inherited from PrivateKey.)
Derive
Value of this CKA_DERIVE attribute
(Inherited from Key.)
EndDate
Value of this CKA_END_DATE attribute
(Inherited from Key.)
Exponent1
Value of this CKA_EXPONENT_1 attribute
Exponent2
Value of this CKA_EXPONENT_2 attribute
Extractable
Value of this CKA_EXTRACTABLE attribute
(Inherited from PrivateKey.)
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.)
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.)
Modulus
Value of this CKA_MODULUS attribute
NeverExtractable
Value of this CKA_NEVER_EXTRACTABLE attribute
(Inherited from PrivateKey.)
Prime1
Value of this CKA_PRIME_1 attribute
Prime2
Value of this CKA_PRIME_2 attribute
Private
Value of this CKA_PRIVATE attribute
(Inherited from Storage.)
PrivateExponent
Value of this CKA_PRIVATE_EXPONENT attribute
PublicExponent
Value of this CKA_PUBLIC_EXPONENT attribute
Sensitive
Value of this CKA_SENSITIVE attribute
(Inherited from PrivateKey.)
Sign
Value of this CKA_SIGN attribute
(Inherited from PrivateKey.)
SignRecover
Value of this CKA_SIGN_RECOVER attribute
(Inherited from PrivateKey.)
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 PrivateKey.)
Token
Value of this CKA_TOKEN attribute
(Inherited from Storage.)
Unwrap
Value of this CKA_UNWRAP attribute
(Inherited from PrivateKey.)

See Also