Microsoft provide the Microsoft.Interop.Security.AzRoles interop library in Server 2003 for AzMan (Authorization Manager). It was built under .NET 1.0.
Can anyone tell me if there's a difference between this and creating a reference to the "azroles 1.0 Types Library" (C:\Windows\system32\azroles.dll) which ends up as Interop.AZROLESLib? Apart from the namespace? And the fact that it would be created under the current version of .Net?
INTEROP.AZROLESLIB.DLL is used by objects that are classified as safe.
Where as
Microsoft.Interop.Security.AzRoles is a authorization interoperability wrapper for methods and objects.