6 references to AdamRole
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
973
public void SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.
AdamRole
role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
976
public void TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.
AdamRole
role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
995
public System.DirectoryServices.ActiveDirectory.
AdamRole
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
996
public bool Contains(System.DirectoryServices.ActiveDirectory.
AdamRole
role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
997
public void CopyTo(System.DirectoryServices.ActiveDirectory.
AdamRole
[] roles, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
998
public int IndexOf(System.DirectoryServices.ActiveDirectory.
AdamRole
role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }