Opc.Ua.Core
SecurityPolicies Class Members
Fields  Methods 


Opc.Ua Namespace : SecurityPolicies Class

The following tables list the members exposed by SecurityPolicies.

Public Fields
 NameDescription
Public Field The URI for the Aes128_Sha256_RsaOaep security policy.  
Public Field The URI for the Aes256_Sha256_RsaPss security policy.  
Public Field The base URI for all policy URIs.  
Public Field The URI for the Basic128Rsa15 security policy.  
Public Field The URI for the Basic256 security policy.  
Public Field The URI for the Basic256Sha256 security policy.  
Public Field The URI for the Https security policy.  
Public Field The URI for a policy that uses no security.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) Decrypts the CipherText using the SecurityPolicyUri and returns the PlainText.  
Public Methodstatic (Shared in Visual Basic) Encrypts the text using the SecurityPolicyUri and returns the result.  
Public Methodstatic (Shared in Visual Basic) Returns the default security policy uri.  
Public Methodstatic (Shared in Visual Basic) Returns a display name for a security policy uri.  
Public Methodstatic (Shared in Visual Basic) Returns the display names for all security policy uris.  
Public Methodstatic (Shared in Visual Basic) Returns the uri associated with the display name.  
Public Methodstatic (Shared in Visual Basic) Signs the data using the SecurityPolicyUri and returns the signature.  
Public Methodstatic (Shared in Visual Basic) Verifies the signature using the SecurityPolicyUri and return true if valid.  
Top
See Also

Reference

SecurityPolicies Class
Opc.Ua Namespace