C# 클래스 Opc.Ua.Security.SecurityConfigurationManager

Provides access to security configuration for windows based .NET application.
상속: ISecurityConfigurationManager
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
ReadConfiguration ( string filePath ) : SecuredApplication

Exports the security configuration for an application identified by a file or url.

WriteConfiguration ( string filePath, SecuredApplication configuration ) : void

Updates the security configuration for an application identified by a file or url.

비공개 메소드들

메소드 설명
Find ( XmlNode parent, string localName, string namespaceUri ) : XmlElement

Finds the specified parent.

GetObject ( Type type, XmlNode element ) : object

Reads an object from the body of an XML element.

SetObject ( Type type, object value ) : string

Reads an object from the body of an XML element.

UpdateDocument ( XmlElement element, SecuredApplication application ) : void

Updates the XML document with the new configuration information.

메소드 상세

ReadConfiguration() 공개 메소드

Exports the security configuration for an application identified by a file or url.
public ReadConfiguration ( string filePath ) : SecuredApplication
filePath string The file path.
리턴 SecuredApplication

WriteConfiguration() 공개 메소드

Updates the security configuration for an application identified by a file or url.
public WriteConfiguration ( string filePath, SecuredApplication configuration ) : void
filePath string The file path.
configuration SecuredApplication The configuration.
리턴 void