libiec61850.NET 1.6.1
IEC 61850 .NET API for libiec61850 protocol library
Loading...
Searching...
No Matches
IEC61850 Namespace Reference

IEC 61850 API for the libiec61850 .NET wrapper library. More...

Namespaces

namespace  Client
 
namespace  Common
 
namespace  GOOSE
 
namespace  Model
 
namespace  Server
 
namespace  SV
 
namespace  TLS
 

Classes

class  AcseAuthenticationParameter
 
class  IsoApplicationReference
 
class  ItuObjectIdentifier
 

Enumerations

enum  AcseAuthenticationMechanism { ACSE_AUTH_NONE = 0 , ACSE_AUTH_PASSWORD = 1 , ACSE_AUTH_CERTIFICATE = 2 , ACSE_AUTH_TLS = 3 }
 Authentication mechanism used by AcseAuthenticator. More...
 

Detailed Description

IEC 61850 API for the libiec61850 .NET wrapper library.

Enumeration Type Documentation

◆ AcseAuthenticationMechanism

Authentication mechanism used by AcseAuthenticator.

Enumerator
ACSE_AUTH_NONE 

Neither ACSE nor TLS authentication used

ACSE_AUTH_PASSWORD 

Use ACSE password for client authentication

ACSE_AUTH_CERTIFICATE 

Use ACSE certificate for client authentication

ACSE_AUTH_TLS 

Use TLS certificate for client authentication