MonobjcMonobjc Documented Class Library
ReceivesCredentialSecurely Property
NamespacesMonobjc.FoundationNSURLProtectionSpaceReceivesCredentialSecurely

Returns whether the credentials for the protection space can be sent securely.

Original signature is '- (BOOL)receivesCredentialSecurely'

Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ReceivesCredentialSecurely { get; }
Public Overridable ReadOnly Property ReceivesCredentialSecurely As Boolean
	Get
public:
virtual property bool ReceivesCredentialSecurely {
	bool get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)