MonobjcMonobjc Documented Class Library
AuthenticateComponentsWithData Event
NamespacesMonobjc.FoundationNSConnection..::..NSConnectionDelegateEventDispatcherAuthenticateComponentsWithData

Returns a Boolean value that indicates whether given authentication data is valid for a given set of components.

Original signature is '- (BOOL)authenticateComponents:(NSArray *)components withData:(NSData *)authenticationData'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES if the authenticationData provided is valid for components, otherwise NO.
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)