Platforms to show: All Mac Windows Linux Cross-Platform

Back to CBIdentityAuthorityMBS class.

CBIdentityAuthorityMBS.Available as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether this class is available.
Example
if CBIdentityAuthorityMBS.Available then
MsgBox "CBIdentityAuthorityMBS class is available"
else
MsgBox "CBIdentityAuthorityMBS class is not available"
end if

Returns true on Mac OS X 10.5 and newer.

CBIdentityAuthorityMBS.defaultIdentityAuthority as CBIdentityAuthorityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an identity authority that contains the identities in both the local and the network-bound authorities.
Example
MsgBox CBIdentityAuthorityMBS.defaultIdentityAuthority.localizedName

The default identity authority is the logical union of the identities in the local and managed authorities.

CBIdentityAuthorityMBS.identityAuthorityWithCSIdentityAuthority(CSIdentityAuthority as Variant) as CBIdentityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns an identity authority specified by a given Core Services Identity authority object.

CSIdentityAuthority: The Core Services Identity opaque object. Must be a CSIdentityAuthorityMBS.
Returns the identity authority object for use with the Collaboration framework.
This method, along with CSIdentityAuthority, is used for interoperability with the Core Services Identity API.
Available in OS X v10.5 and later.

CBIdentityAuthorityMBS.localIdentityAuthority as CBIdentityAuthorityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the identity authority on the local system.
Example
MsgBox CBIdentityAuthorityMBS.localIdentityAuthority.localizedName

Any identities stored on the local system are contained within this identity authority.

CBIdentityAuthorityMBS.managedIdentityAuthority as CBIdentityAuthorityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the identity authority that contains all the identities in bound network directory servers.
Example
MsgBox CBIdentityAuthorityMBS.managedIdentityAuthority.localizedName

If you are bound to a network directory server (such as an LDAP server) that has an identity authority, use this method to search those authorities.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...