AdsSecureSettings Enumeration
Enum SecureSettings
Namespace: TwinCAT
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
[FlagsAttribute]
public enum AdsSecureSettingsMembers
|
Member name |
Value |
Description |
|---|---|---|
|
None |
0 |
None / Uninitialized |
|
TC2Unencrypted |
0 |
TwinCAT 2 Unencrypted (for backwards compatibility of TC2 targets) |
|
Default |
0 |
The default (None / TC2Unencrypted) |
|
SelfSigned |
2 |
Self Signed Certificate |
|
SSC |
2 |
Self Signed Certificate |
|
SharedCertificateAuthority |
4 |
Shared Certification Authority |
|
SCA |
4 |
Shared Certification Authority |
|
PreSharedKey |
8 |
Pre Shared key |
|
PSK |
8 |
Preshared key |
|
Mask_TLS |
14 |
The mask for TLS Settings. |