'TRUE if the adapter can use IPSEC to protect iSNS traffic.'
DisplayName
'Protect iSNS'
read
True
WmiDataId
2
ProtectiSNSTraffic property is in 1 class (MSiSCSI_SecurityCapabilities) of ROOT\WMI and in 1 namespace
MSiSCSI_SecurityCapabilities Qualifiers
Name
Value
ToInstance
ToSubclass
Overridable
Amended
Local
cpp_quote
'// // This class is required if adapter supports IPSEC. // // This class exposes the security capabilities if the adapter // supports IPSEC. // // This class uses PDO instance names with a single instance. // typedef enum { ISCSI_ENCRYPT_NONE = 0, ISCSI_ENCRYPT_3DES_HMAC_SHA1 = 1, ISCSI_ENCRYPT_AES_CTR = 2 } ISCSI_ENCRYPTION_TYPES, *PISCSI_ENCRYPTION_TYPES;