MonobjcMonobjc Documented Class Library
Passphrase Property
NamespacesMonobjc.CoreWLANCWWirelessProfilePassphrase

The passphrase from the default login keychain for the given CWWirelessProfile.

This method may prompt the user to allow access to their default login keychain.

Original signature is '@property( readwrite, copy) NSString*passphrase ;'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString Passphrase { get; set; }
Public Overridable Property Passphrase As NSString
	Get
	Set
public:
virtual property NSString^ Passphrase {
	NSString^ get ();
	void set (NSString^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreWLAN (Module: Monobjc.CoreWLAN)