Table of Contents

OpcCertificateAcl Class

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll

C#

public class OpcCertificateAcl : OpcAccessControlList


Inheritance ObjectOpcAccessControlList › OpcCertificateAcl

Constructors

Name Description
OpcCertificateAcl(OpcServerBase)

Properties

Methods

Name Description
AddEntry(OpcPrincipal) (Inherited from OpcAccessControlList)
AddEntry(OpcPrincipal, OpcAccessControlMode) (Inherited from OpcAccessControlList)
AddEntry(OpcPrincipal, OpcAccessControlMode, OpcAccessControlMode) (Inherited from OpcAccessControlList)
AddEntry(Cryptography.X509Certificates.X509Certificate2)
AddEntry(Cryptography.X509Certificates.X509Certificate2, OpcAccessControlMode)
AddEntry(Cryptography.X509Certificates.X509Certificate2, OpcAccessControlMode, OpcAccessControlMode)
Allow(OpcPrincipal, OpcOperationType) (Inherited from OpcAccessControlList)
Authenticate(Object)
Authenticate(Object) (Inherited from OpcAccessControlList)
ConfigureCore
ConfigureCore (Inherited from OpcAccessControlList)
Deny(OpcPrincipal, OpcOperationType) (Inherited from OpcAccessControlList)
Disable(OpcPrincipal, OpcEndpointIdentity) (Inherited from OpcAccessControlList)
Enable(OpcPrincipal, OpcEndpointIdentity) (Inherited from OpcAccessControlList)
IsEndpointDisabled(OpcPrincipal) (Inherited from OpcAccessControlList)
IsEndpointDisabled(OpcPrincipal, OpcEndpointIdentity) (Inherited from OpcAccessControlList)
IsEndpointEnabled(OpcPrincipal) (Inherited from OpcAccessControlList)
IsEndpointEnabled(OpcPrincipal, OpcEndpointIdentity) (Inherited from OpcAccessControlList)
IsOperationAllowed(OpcPrincipal, OpcOperationType) (Inherited from OpcAccessControlList)
IsOperationDenied(OpcPrincipal, OpcOperationType) (Inherited from OpcAccessControlList)
RemoveEntry(OpcAccessControlEntry) (Inherited from OpcAccessControlList)
RemoveEntry(OpcPrincipal) (Inherited from OpcAccessControlList)