WEB key container
See Also: Inherited members from object.
|
Constructor |
|
Data | byte[]. Key data |
|
Type | AirPcapKeyType . Type of key, can be on of: \ref AIRPCAP_KEYTYPE_WEP, \ref AIRPCAP_KEYTYPE_TKIP, \ref AIRPCAP_KEYTYPE_CCMP. Only AIRPCAP_KEYTYPE_WEP is supported by the driver at the moment. |
const
|
WepKeyMaxSize | int (32). Number of bytes in a wep key |
Constructor
Syntax
public AirPcapKey (AirPcapKeyType Type, byte[] Data)Parameters
- Type
- Data
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Key data
Syntax
public byte[] DataRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Syntax
public override string ToString ()Returns
A stringRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Type of key, can be on of: \ref AIRPCAP_KEYTYPE_WEP, \ref AIRPCAP_KEYTYPE_TKIP, \ref AIRPCAP_KEYTYPE_CCMP. Only AIRPCAP_KEYTYPE_WEP is supported by the driver at the moment.
Syntax
public AirPcapKeyType TypeRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Number of bytes in a wep key
Value: 32
Syntax
public const int WepKeyMaxSizeRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0