Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT.Cryptoki. . :: . .SessionContainer
Microsoft.SPOT.Cryptoki. . :: . .CryptokiObject
System.Security.Cryptography..::..CryptoKey
Microsoft.SPOT.Cryptoki. . :: . .CryptokiCertificate
Namespace: System.Security.Cryptography
Assembly: Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)
Syntax
'Declaration
Public Class CryptoKey _
Inherits CryptokiObject
public class CryptoKey : CryptokiObject
public ref class CryptoKey : public CryptokiObject
type CryptoKey =
class
inherit CryptokiObject
end
public class CryptoKey extends CryptokiObject
The CryptoKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CryptoKey |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Handle | |
![]() |
IsDisposed | (Inherited from SessionContainer.) |
![]() |
PublicOnly | |
![]() |
Session | (Inherited from SessionContainer.) |
![]() |
Size | (Overrides CryptokiObject. . :: . .Size.) |
![]() |
Type |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Copy | (Inherited from CryptokiObject.) |
![]() |
Delete | (Inherited from CryptokiObject.) |
![]() |
DeriveKey | |
![]() |
Dispose() () () () | (Inherited from SessionContainer.) |
![]() |
Dispose(Boolean) | (Inherited from CryptokiObject.) |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
ExportKey | |
![]() |
Finalize | (Inherited from SessionContainer.) |
![]() ![]() |
GenerateKey | |
![]() ![]() |
GenerateKeyPair | |
![]() |
GetAttributeValues | (Inherited from CryptokiObject.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() |
ImportKey | |
![]() ![]() |
LoadKey | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() |
OpenDeviceAuthorityKey | |
![]() ![]() |
OpenDeviceKey | |
![]() ![]() |
OpenKey | |
![]() |
Save | (Inherited from CryptokiObject.) |
![]() |
SetAttributeValues | (Inherited from CryptokiObject.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() |
UnwrapKey | |
![]() ![]() |
WrapKey |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_handle | (Inherited from CryptokiObject.) |
![]() |
m_isDisposed | (Inherited from SessionContainer.) |
![]() |
m_isSessionClosing | (Inherited from SessionContainer.) |
![]() |
m_ownsSession | (Inherited from SessionContainer.) |
![]() |
m_session | (Inherited from SessionContainer.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.