Platforms to show: All Mac Windows Linux Cross-Platform

Back to CSIdentityAuthorityMBS class.

CSIdentityAuthorityMBS.Available as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the CSIdentityAuthority functions are available.
Example
if not CSIdentityAuthorityMBS.Available then
MsgBox "not supported."
end if

CSIdentityAuthorityMBS.defaultIdentityAuthority as CSIdentityAuthorityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the system's default identity authority.
Example
dim a as CSIdentityAuthorityMBS = CSIdentityAuthorityMBS.defaultIdentityAuthority
MsgBox a.localizedName

The default identity authority is a pseudo-authority representing the union of the local identity authority and the managed identity authority. The function CSIdentityMBS.Authority will never return the default authority instance.

CSIdentityAuthorityMBS.localIdentityAuthority as CSIdentityAuthorityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the identity authority for identities defined on the local host.
Example
dim a as CSIdentityAuthorityMBS = CSIdentityAuthorityMBS.localIdentityAuthority
MsgBox a.localizedName

CSIdentityAuthorityMBS.managedIdentityAuthority as CSIdentityAuthorityMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the identity authority for identities defined in the system's managed directory server(s).
Example
dim a as CSIdentityAuthorityMBS = CSIdentityAuthorityMBS.managedIdentityAuthority
MsgBox a.localizedName

There is always a valid managed identity authority instance, but if the system is not bound to any managed directory servers, the managed identity authority will contain no identities.

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


The biggest plugin in space...