Opc.Ua.Security.Certificates
CreateForECDsa Method (ICertificateBuilderCreateForECDsa)



Opc.Ua.Security.Certificates Namespace > ICertificateBuilderCreateForECDsa Interface : CreateForECDsa Method
Create the ECC certificate with signature.
Syntax
'Declaration
 
Function CreateForECDsa() As X509Certificate2
'Usage
 
Dim instance As ICertificateBuilderCreateForECDsa
Dim value As X509Certificate2
 
value = instance.CreateForECDsa()
X509Certificate2 CreateForECDsa()
X509Certificate2^ CreateForECDsa(); 

Return Value

The signed certificate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICertificateBuilderCreateForECDsa Interface
ICertificateBuilderCreateForECDsa Members