libiec61850.NET 1.6.1
IEC 61850 .NET API for libiec61850 protocol library
|
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... | |
IEC 61850 API for the libiec61850 .NET wrapper library.
Authentication mechanism used by AcseAuthenticator.
Enumerator | ||
---|---|---|
ACSE_AUTH_NONE | 0 | Neither ACSE nor TLS authentication used |
ACSE_AUTH_PASSWORD | 1 | Use ACSE password for client authentication |
ACSE_AUTH_CERTIFICATE | 2 | Use ACSE certificate for client authentication |
ACSE_AUTH_TLS | 3 | Use TLS certificate for client authentication |