C# Класс Opc.Ua.UserNameIdentityToken

The UserIdentityToken class.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decrypt ( X509Certificate2 certificate, byte senderNonce, string securityPolicyUri ) : void

Decrypts the Password using the EncryptionAlgorithm and places the result in DecryptedPassword

Encrypt ( X509Certificate2 certificate, byte senderNonce, string securityPolicyUri ) : void

Encrypts the DecryptedPassword using the EncryptionAlgorithm and places the result in Password

Описание методов

Decrypt() публичный Метод

Decrypts the Password using the EncryptionAlgorithm and places the result in DecryptedPassword
public Decrypt ( X509Certificate2 certificate, byte senderNonce, string securityPolicyUri ) : void
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
senderNonce byte
securityPolicyUri string
Результат void

Encrypt() публичный Метод

Encrypts the DecryptedPassword using the EncryptionAlgorithm and places the result in Password
public Encrypt ( X509Certificate2 certificate, byte senderNonce, string securityPolicyUri ) : void
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
senderNonce byte
securityPolicyUri string
Результат void