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

A class which is used to report events which have security implications.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
SecureChannelCreated ( string implementationInfo, string endpointUrl, string secureChannelId, EndpointDescription endpoint, X509Certificate2 clientCertificate, X509Certificate2 serverCertificate, BinaryEncodingSupport encodingSupport ) : void

Called when a secure channel is created by the client.

SecureChannelRenewed ( string implementationInfo, string secureChannelId ) : void

Called when a secure channel is renewed by the client.

메소드 상세

SecureChannelCreated() 공개 정적인 메소드

Called when a secure channel is created by the client.
public static SecureChannelCreated ( string implementationInfo, string endpointUrl, string secureChannelId, EndpointDescription endpoint, X509Certificate2 clientCertificate, X509Certificate2 serverCertificate, BinaryEncodingSupport encodingSupport ) : void
implementationInfo string Information about the secure channel implementation.
endpointUrl string The identifier assigned to the secure channel
secureChannelId string The identifier assigned to the secure channel
endpoint EndpointDescription The endpoint.
clientCertificate System.Security.Cryptography.X509Certificates.X509Certificate2 The client certificate.
serverCertificate System.Security.Cryptography.X509Certificates.X509Certificate2 The server certificate.
encodingSupport BinaryEncodingSupport The type of encoding supported by the channel.
리턴 void

SecureChannelRenewed() 공개 정적인 메소드

Called when a secure channel is renewed by the client.
public static SecureChannelRenewed ( string implementationInfo, string secureChannelId ) : void
implementationInfo string Information about the secure channel implementation.
secureChannelId string The identifier assigned to the secure channel.
리턴 void