C# 클래스 Opc.Ua.SecurityConfiguration

The security configuration for the application.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
AddTrustedPeer ( byte certificate ) : void

Adds a certificate as a trusted peer.

Validate ( ) : void

Validates the security configuration.

비공개 메소드들

메소드 설명
CreateDefaultTrustList ( CertificateTrustList trustList ) : CertificateTrustList

Ensure valid trust lists.

메소드 상세

AddTrustedPeer() 공개 메소드

Adds a certificate as a trusted peer.
public AddTrustedPeer ( byte certificate ) : void
certificate byte
리턴 void

Validate() 공개 메소드

Validates the security configuration.
public Validate ( ) : void
리턴 void