CryptokiCertificate Class

[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:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Class CryptokiCertificate _
    Inherits CryptoKey
public class CryptokiCertificate : CryptoKey
public ref class CryptokiCertificate : public CryptoKey
type CryptokiCertificate =  
    class
        inherit CryptoKey
    end
public class CryptokiCertificate extends CryptoKey

The CryptokiCertificate type exposes the following members.

Constructors

  Name Description
Protected method CryptokiCertificate

Top

Properties

  Name Description
Public property Handle (Inherited from CryptoKey.)
Public property HasPrivateKey
Public property IsDisposed (Inherited from SessionContainer.)
Public property PublicOnly (Inherited from CryptoKey.)
Public property Session (Inherited from SessionContainer.)
Public property Size (Inherited from CryptoKey.)
Public property Type (Inherited from CryptoKey.)

Top

Methods

  Name Description
Public method Copy (Inherited from CryptokiObject.)
Public methodStatic member CreateCertificate
Public method Delete (Inherited from CryptokiObject.)
Public method DeriveKey (Inherited from CryptoKey.)
Public method Dispose() () () () (Inherited from SessionContainer.)
Protected method Dispose(Boolean) (Inherited from CryptokiObject.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExportKey (Inherited from CryptoKey.)
Protected method Finalize (Inherited from SessionContainer.)
Public method GetAttributeValues (Inherited from CryptokiObject.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperty
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member LoadCertificate
Public methodStatic member LoadCertificates
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save (Inherited from CryptokiObject.)
Public method SetAttributeValues (Inherited from CryptokiObject.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_handle (Inherited from CryptokiObject.)
Protected field m_isDisposed (Inherited from SessionContainer.)
Protected field m_isSessionClosing (Inherited from SessionContainer.)
Protected field m_ownsSession (Inherited from SessionContainer.)
Protected field 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.

See Also

Reference

Microsoft.SPOT.Cryptoki Namespace