MonobjcMonobjc Documented Class Library
Authorize Method (inSender)
NamespacesMonobjc.SecurityInterfaceSFAuthorizationViewAuthorize(Id)

Attempts to unlock the lock icon in the view.

Original signature is '- (BOOL)authorize:(id)inSender'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Authorize(
	Id inSender
)
Public Overridable Function Authorize ( _
	inSender As Id _
) As Boolean
public:
virtual bool Authorize(
	Id^ inSender
)
Parameters
inSender (Id)
The authorization view to unlock.
Return Value

[Missing <returns> documentation for "M:Monobjc.SecurityInterface.SFAuthorizationView.Authorize(Monobjc.Id)"]

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.SecurityInterface (Module: Monobjc.SecurityInterface)