3 references to SecurityMasks
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
196public System.DirectoryServices.SecurityMasks SecurityMasks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 239[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.SecurityMasks.None)] 240public System.DirectoryServices.SecurityMasks SecurityMasks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }