CreateCertificate Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Shared Function CreateCertificate ( _
    session As Session, _
    template As CryptokiAttribute() _
) As CryptokiCertificate
public static CryptokiCertificate CreateCertificate(
    Session session,
    CryptokiAttribute[] template
)
public:
static CryptokiCertificate^ CreateCertificate(
    Session^ session, 
    array<CryptokiAttribute^>^ template
)
static member CreateCertificate : 
        session:Session * 
        template:CryptokiAttribute[] -> CryptokiCertificate 
public static function CreateCertificate(
    session : Session, 
    template : CryptokiAttribute[]
) : CryptokiCertificate

Parameters

Return Value

Type: Microsoft.SPOT.Cryptoki. . :: . .CryptokiCertificate

.NET Framework Security

See Also

Reference

CryptokiCertificate Class

Microsoft.SPOT.Cryptoki Namespace