Opc.Ua.Security.Certificates
SetRSAPublicKey(RSA) Method



Opc.Ua.Security.Certificates Namespace > ICertificateBuilderRSAPublicKey Interface > SetRSAPublicKey Method : SetRSAPublicKey(RSA) Method
The RSA public key.
Set the public key using a RSA public key.
Syntax
'Declaration
 
Overloads Function SetRSAPublicKey( _
   ByVal publicKey As RSA _
) As ICertificateBuilderCreateForRSAAny
'Usage
 
Dim instance As ICertificateBuilderRSAPublicKey
Dim publicKey As RSA
Dim value As ICertificateBuilderCreateForRSAAny
 
value = instance.SetRSAPublicKey(publicKey)

Parameters

publicKey
The RSA public key.
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

ICertificateBuilderRSAPublicKey Interface
ICertificateBuilderRSAPublicKey Members
Overload List