Opc.Ua.Core
Encrypt Method (SecurityPolicies)



Opc.Ua Namespace > SecurityPolicies Class : Encrypt Method
Encrypts the text using the SecurityPolicyUri and returns the result.
Syntax
'Declaration
 
Public Shared Function Encrypt( _
   ByVal certificate As X509Certificate2, _
   ByVal securityPolicyUri As String, _
   ByVal plainText() As Byte _
) As EncryptedData
'Usage
 
Dim certificate As X509Certificate2
Dim securityPolicyUri As String
Dim plainText() As Byte
Dim value As EncryptedData
 
value = SecurityPolicies.Encrypt(certificate, securityPolicyUri, plainText)

Parameters

certificate
securityPolicyUri
plainText
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

SecurityPolicies Class
SecurityPolicies Members