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