'Declaration
<NotNullAttribute()> Function CreateCertificate() As PkiCertificate
'Usage
Dim instance As _X509CertificateTokenInfo Dim value As PkiCertificate value = instance.CreateCertificate()
[NotNull()] PkiCertificate CreateCertificate()
[NotNull()] PkiCertificate^ CreateCertificate();
Return Value
Returns the certificate created based on this X.509 certificate token info.