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.

C# | Visual Basic | Visual C++ |
public event NSConnection..::..AuthenticateComponentsWithDataEventHandler AuthenticateComponentsWithData
Public Event AuthenticateComponentsWithData As NSConnection..::..AuthenticateComponentsWithDataEventHandler
public: event NSConnection..::..AuthenticateComponentsWithDataEventHandler^ AuthenticateComponentsWithData { void add (NSConnection..::..AuthenticateComponentsWithDataEventHandler^ value); void remove (NSConnection..::..AuthenticateComponentsWithDataEventHandler^ value); }

YES if the authenticationData provided is valid for components, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)