5 references to DirectoryContextType
System.DirectoryServices (5)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (5)
1074
public DirectoryContext(System.DirectoryServices.ActiveDirectory.
DirectoryContextType
contextType) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1075
public DirectoryContext(System.DirectoryServices.ActiveDirectory.
DirectoryContextType
contextType, string name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1076
public DirectoryContext(System.DirectoryServices.ActiveDirectory.
DirectoryContextType
contextType, string? username, string? password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1077
public DirectoryContext(System.DirectoryServices.ActiveDirectory.
DirectoryContextType
contextType, string name, string? username, string? password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1078
public System.DirectoryServices.ActiveDirectory.
DirectoryContextType
ContextType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }