CWInterface.SetWEPKey(NSData, CWCipherKeyFlags, nint, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("setWEPKey:flags:index:error:")]
public virtual bool SetWEPKey (Foundation.NSData key, CoreWlan.CWCipherKeyFlags flags, nint index, out Foundation.NSError error);
abstract member SetWEPKey : Foundation.NSData * CoreWlan.CWCipherKeyFlags * nint * -> bool
override this.SetWEPKey : Foundation.NSData * CoreWlan.CWCipherKeyFlags * nint * -> bool
Parameters
- key
- NSData
- flags
- CWCipherKeyFlags
- index
- System.System.IntPtr System.nativeint
- error
- NSError
Returns
- Attributes