6 references to ActiveDirectoryRole
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
617public System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 618public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 619public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[] roles, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 620public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1228public void SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1231public void TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }