4 references to DirectorySynchronizationOptions
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
278
public DirectorySynchronization(System.DirectoryServices.
DirectorySynchronizationOptions
option) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
279
public DirectorySynchronization(System.DirectoryServices.
DirectorySynchronizationOptions
option, byte[]? cookie) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
280
[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.
DirectorySynchronizationOptions
.None)]
281
public System.DirectoryServices.
DirectorySynchronizationOptions
Option { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }