Opc.Ua.Security.Certificates
CreateForRSA Method (ICertificateBuilderCreateForRSA)



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

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

ICertificateBuilderCreateForRSA Interface
ICertificateBuilderCreateForRSA Members