Share via


CWInterface.AssociateToEnterpriseNetwork Method

Definition

[Foundation.Export("associateToEnterpriseNetwork:identity:username:password:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AssociateToEnterpriseNetwork(CoreWlan.CWNetwork network, Security.SecIdentity? identity, string? username, string? password, out Foundation.NSError error);
[<Foundation.Export("associateToEnterpriseNetwork:identity:username:password:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AssociateToEnterpriseNetwork : CoreWlan.CWNetwork * Security.SecIdentity * string * string * NSError -> bool
override this.AssociateToEnterpriseNetwork : CoreWlan.CWNetwork * Security.SecIdentity * string * string * NSError -> bool

Parameters

network
CWNetwork
identity
SecIdentity
username
String
password
String
error
NSError

Returns

Attributes

Applies to