Share via


CryptokiCertificate.LoadCertificate Method

Creates a certificate object with the specified byte array and password.

Namespace: Microsoft.SPOT.Cryptoki
Assembly: Microsoft.SPOT.Security.PKCS11 (in microsoft.spot.security.pkcs11.dll)

Syntax

public static CryptokiCertificate LoadCertificate (
         Session session,
         byte[] certData,
         string password
)

Parameters

  • session
    The session context.
  • certData
    The certificate data.
  • password
    The password for decrypting the certificate.

Return Value

The loaded certificate object.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

CryptokiCertificate Class
CryptokiCertificate Members
Microsoft.SPOT.Cryptoki Namespace