C# Класс Opc.Ua.Security.SecurityConfigurationManagerFactory

A class used to create instances of ISecurityConfigurationManager.
Показать файл Открыть проект

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

Метод Описание
CreateInstance ( string typeName ) : ISecurityConfigurationManager

Returns an instance of the type identified by the assembly qualified name.

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

CreateInstance() публичный статический Метод

Returns an instance of the type identified by the assembly qualified name.
public static CreateInstance ( string typeName ) : ISecurityConfigurationManager
typeName string Name of the type.
Результат ISecurityConfigurationManager