10768 references to PlatformNotSupportedException
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\ExceptionHelper.cs (1)
26return new PlatformNotSupportedException(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (4)
27throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported); 32throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported); 37throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported); 42throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexClientBase.cs (4)
14throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported); 18throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported); 22throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported); 26throw new PlatformNotSupportedException(SRServiceModel.ConfigurationFilesNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (1)
63new PlatformNotSupportedException(SRServiceModel.ExtendedProtectionNotSupported));
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (1)
33throw new PlatformNotSupportedException($"{GetType()} cannot be used when running in a browser.");
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyCultureProvider.cs (1)
62throw new PlatformNotSupportedException("This method is only supported in the browser.");
Microsoft.AspNetCore.Cryptography.Internal (2)
CryptoUtil.cs (2)
40throw new PlatformNotSupportedException(Resources.Platform_Windows7Required); 49throw new PlatformNotSupportedException(Resources.Platform_Windows8Required);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
58throw new PlatformNotSupportedException("Named pipes transport requires a Windows operating system.");
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
WebHostBuilderNamedPipeExtensions.cs (1)
29throw new PlatformNotSupportedException("Named pipes transport requires a Windows operating system.");
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\IlasmUtilities.cs (1)
65throw new PlatformNotSupportedException("Runtime platform not supported for testing");
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\Workspaces\MSBuild\BuildHost\Rpc\Contracts\MonoMSBuildDiscovery.cs (1)
56throw new PlatformNotSupportedException($"{nameof(RealPath)} can only be called on Unix.");
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Rpc\Contracts\MonoMSBuildDiscovery.cs (1)
56throw new PlatformNotSupportedException($"{nameof(RealPath)} can only be called on Unix.");
Microsoft.DotNet.MacOsPkg.Cli (1)
Program.cs (1)
9throw new PlatformNotSupportedException("This tool is only supported on .NET Core.");
Microsoft.DotNet.RemoteExecutor (1)
RemoteExecutor.cs (1)
415throw new PlatformNotSupportedException("RemoteExecutor is not supported on this platform.");
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
90throw new PlatformNotSupportedException(SR.Format(SR.FileSystemWatcher_PlatformNotSupported, typeof(FileSystemWatcher)));
Microsoft.Maui.Essentials (4)
AppActions\AppActions.shared.cs (1)
135 throw new PlatformNotSupportedException("This implementation of IAppActions does not implement IPlatformAppActions.");
FilePicker\FilePicker.shared.cs (1)
169 throw new PlatformNotSupportedException("This platform does not support this file type.");
Screenshot\Screenshot.shared.cs (1)
176 throw new PlatformNotSupportedException("This implementation of IScreenshot does not implement IPlatformScreenshot.");
WebAuthenticator\WebAuthenticator.shared.cs (1)
115 throw new PlatformNotSupportedException("This implementation of IWebAuthenticator does not implement IPlatformWebAuthenticatorCallback.");
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
132 ImageFormat.Bmp or ImageFormat.Gif or ImageFormat.Tiff => throw new PlatformNotSupportedException($"Skia does not support {format} format."),
Microsoft.ML.TestFrameworkCommon (1)
Utility\LibraryLoader.cs (1)
180throw new PlatformNotSupportedException("This platform cannot load native libraries.");
Microsoft.Win32.Registry (74)
artifacts\obj\Microsoft.Win32.Registry\Debug\net10.0\Microsoft.Win32.Registry.notsupported.cs (74)
17public static object? GetValue(string keyName, string? valueName, object? defaultValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 18public static void SetValue(string keyName, string? valueName, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 19public static void SetValue(string keyName, string? valueName, object value, Microsoft.Win32.RegistryValueKind valueKind) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 32internal RegistryKey() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 33public Microsoft.Win32.SafeHandles.SafeRegistryHandle Handle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 34public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 35public int SubKeyCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 36public int ValueCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 37public Microsoft.Win32.RegistryView View { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 38public void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 39public Microsoft.Win32.RegistryKey CreateSubKey(string subkey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 40public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 41public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, Microsoft.Win32.RegistryOptions registryOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 42public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, Microsoft.Win32.RegistryOptions registryOptions, System.Security.AccessControl.RegistrySecurity? registrySecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 43public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, System.Security.AccessControl.RegistrySecurity? registrySecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 44public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, bool writable) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 45public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, bool writable, Microsoft.Win32.RegistryOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 46public void DeleteSubKey(string subkey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 47public void DeleteSubKey(string subkey, bool throwOnMissingSubKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 48public void DeleteSubKeyTree(string subkey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 49public void DeleteSubKeyTree(string subkey, bool throwOnMissingSubKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 50public void DeleteValue(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 51public void DeleteValue(string name, bool throwOnMissingValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 53public void Flush() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 54public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 55public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle, Microsoft.Win32.RegistryView view) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 56public System.Security.AccessControl.RegistrySecurity GetAccessControl() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 57public System.Security.AccessControl.RegistrySecurity GetAccessControl(System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 58public string[] GetSubKeyNames() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 59public object? GetValue(string? name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 61public object? GetValue(string? name, object? defaultValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 63public object? GetValue(string? name, object? defaultValue, Microsoft.Win32.RegistryValueOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 64public Microsoft.Win32.RegistryValueKind GetValueKind(string? name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 65public string[] GetValueNames() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 66public static Microsoft.Win32.RegistryKey OpenBaseKey(Microsoft.Win32.RegistryHive hKey, Microsoft.Win32.RegistryView view) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 67public static Microsoft.Win32.RegistryKey OpenRemoteBaseKey(Microsoft.Win32.RegistryHive hKey, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 68public static Microsoft.Win32.RegistryKey OpenRemoteBaseKey(Microsoft.Win32.RegistryHive hKey, string machineName, Microsoft.Win32.RegistryView view) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 69public Microsoft.Win32.RegistryKey? OpenSubKey(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 70public Microsoft.Win32.RegistryKey? OpenSubKey(string name, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 71public Microsoft.Win32.RegistryKey? OpenSubKey(string name, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, System.Security.AccessControl.RegistryRights rights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 72public Microsoft.Win32.RegistryKey? OpenSubKey(string name, bool writable) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 73public Microsoft.Win32.RegistryKey? OpenSubKey(string name, System.Security.AccessControl.RegistryRights rights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 74public void SetAccessControl(System.Security.AccessControl.RegistrySecurity registrySecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 75public void SetValue(string? name, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 76public void SetValue(string? name, object value, Microsoft.Win32.RegistryValueKind valueKind) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 77public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 119public SafeRegistryHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 120public SafeRegistryHandle(System.IntPtr preexistingHandle, bool ownsHandle) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 121protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 128public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 129public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 130public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 131public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 132public System.Security.AccessControl.RegistryRights RegistryRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 136public RegistryAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 137public RegistryAuditRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 138public System.Security.AccessControl.RegistryRights RegistryRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 160public RegistrySecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 161public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 162public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 163public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } } 164public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 165public void AddAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 166public void AddAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 167public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 168public bool RemoveAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 169public void RemoveAccessRuleAll(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 170public void RemoveAccessRuleSpecific(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 171public bool RemoveAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 172public void RemoveAuditRuleAll(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 173public void RemoveAuditRuleSpecific(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 174public void ResetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 175public void SetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); } 176public void SetAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
Microsoft.Win32.Registry.AccessControl (3)
artifacts\obj\Microsoft.Win32.Registry.AccessControl\Debug\net10.0\Microsoft.Win32.Registry.AccessControl.notsupported.cs (3)
11public static System.Security.AccessControl.RegistrySecurity GetAccessControl(this Microsoft.Win32.RegistryKey key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_RegistryAccessControl); } 12public static System.Security.AccessControl.RegistrySecurity GetAccessControl(this Microsoft.Win32.RegistryKey key, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_RegistryAccessControl); } 13public static void SetAccessControl(this Microsoft.Win32.RegistryKey key, System.Security.AccessControl.RegistrySecurity registrySecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_RegistryAccessControl); }
Microsoft.Win32.SystemEvents (48)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net10.0\Microsoft.Win32.SystemEvents.notsupported.cs (48)
11public PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 12public Microsoft.Win32.PowerModes Mode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 23public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 24public Microsoft.Win32.SessionEndReasons Reason { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 29public SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 30public bool Cancel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 31public Microsoft.Win32.SessionEndReasons Reason { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 41public SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 42public Microsoft.Win32.SessionSwitchReason Reason { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 59internal SystemEvents() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 60public static event System.EventHandler? DisplaySettingsChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 61public static event System.EventHandler? DisplaySettingsChanging { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 63public static event System.EventHandler? EventsThreadShutdown { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 64public static event System.EventHandler? InstalledFontsChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 68public static event System.EventHandler? LowMemory { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 69public static event System.EventHandler? PaletteChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 70public static event Microsoft.Win32.PowerModeChangedEventHandler? PowerModeChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 71public static event Microsoft.Win32.SessionEndedEventHandler? SessionEnded { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 72public static event Microsoft.Win32.SessionEndingEventHandler? SessionEnding { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 73public static event Microsoft.Win32.SessionSwitchEventHandler? SessionSwitch { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 74public static event System.EventHandler? TimeChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 75public static event Microsoft.Win32.TimerElapsedEventHandler? TimerElapsed { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 76public static event Microsoft.Win32.UserPreferenceChangedEventHandler? UserPreferenceChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 77public static event Microsoft.Win32.UserPreferenceChangingEventHandler? UserPreferenceChanging { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 78public static System.IntPtr CreateTimer(int interval) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 79public static void InvokeOnEventsThread(System.Delegate method) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 80public static void KillTimer(System.IntPtr timerId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 84public TimerElapsedEventArgs(System.IntPtr timerId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 85public System.IntPtr TimerId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 107public UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 108public Microsoft.Win32.UserPreferenceCategory Category { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 113public UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 114public Microsoft.Win32.UserPreferenceCategory Category { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } }
System.Console (121)
artifacts\obj\System.Console\Debug\net10.0\System.Console.notsupported.cs (121)
15public static System.ConsoleColor BackgroundColor { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 16public static int BufferHeight { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 17public static int BufferWidth { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 19public static bool CapsLock { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 24public static int CursorLeft { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 25public static int CursorSize { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 30public static int CursorTop { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 31public static bool CursorVisible { [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 32public static System.IO.TextWriter Error { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 37public static System.ConsoleColor ForegroundColor { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 42public static System.IO.TextReader In { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 47public static System.Text.Encoding InputEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 48public static bool IsErrorRedirected { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 49public static bool IsInputRedirected { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 50public static bool IsOutputRedirected { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 51public static bool KeyAvailable { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 56public static int LargestWindowHeight { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 61public static int LargestWindowWidth { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 63public static bool NumberLock { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 64public static System.IO.TextWriter Out { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 65public static System.Text.Encoding OutputEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 66public static string Title { [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 71public static bool TreatControlCAsInput { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 72public static int WindowHeight { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 73public static int WindowLeft { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 74public static int WindowTop { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 75public static int WindowWidth { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("android"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("browser"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos")] get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 80public static event System.ConsoleCancelEventHandler? CancelKeyPress { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 85public static void Beep() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 87public static void Beep(int frequency, int duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 91public static void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 96public static (int Left, int Top) GetCursorPosition() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 98public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 100public static void MoveBufferArea(int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, System.ConsoleColor sourceForeColor, System.ConsoleColor sourceBackColor) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 101public static System.IO.Stream OpenStandardError() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 102public static System.IO.Stream OpenStandardError(int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 107public static System.IO.Stream OpenStandardInput() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 110public static System.IO.Stream OpenStandardInput(int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 111public static System.IO.Stream OpenStandardOutput() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 112public static System.IO.Stream OpenStandardOutput(int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 115public static int Read() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 120public static System.ConsoleKeyInfo ReadKey() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 125public static System.ConsoleKeyInfo ReadKey(bool intercept) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 128public static string? ReadLine() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 133public static void ResetColor() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 135public static void SetBufferSize(int width, int height) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 140public static void SetCursorPosition(int left, int top) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 141public static void SetError(System.IO.TextWriter newError) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 146public static void SetIn(System.IO.TextReader newIn) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 147public static void SetOut(System.IO.TextWriter newOut) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 149public static void SetWindowPosition(int left, int top) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 151public static void SetWindowSize(int width, int height) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 152public static void Write(bool value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 153public static void Write(char value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 154public static void Write(char[]? buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 155public static void Write(char[] buffer, int index, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 156public static void Write(decimal value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 157public static void Write(double value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 158public static void Write(int value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 159public static void Write(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 160public static void Write(object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 161public static void Write(float value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 162public static void Write(string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 163public static void Write(System.ReadOnlySpan<char> value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 164public static void Write([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, object? arg0) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 165public static void Write([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, object? arg0, object? arg1) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 166public static void Write([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, object? arg0, object? arg1, object? arg2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 167public static void Write([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, params object?[]? arg) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 168public static void Write([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, params System.ReadOnlySpan<object?> arg) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 170public static void Write(uint value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 172public static void Write(ulong value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 173public static void WriteLine() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 174public static void WriteLine(bool value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 175public static void WriteLine(char value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 176public static void WriteLine(char[]? buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 177public static void WriteLine(char[] buffer, int index, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 178public static void WriteLine(decimal value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 179public static void WriteLine(double value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 180public static void WriteLine(int value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 181public static void WriteLine(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 182public static void WriteLine(object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 183public static void WriteLine(float value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 184public static void WriteLine(string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 185public static void WriteLine(ReadOnlySpan<char> value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 186public static void WriteLine([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, object? arg0) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 187public static void WriteLine([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, object? arg0, object? arg1) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 188public static void WriteLine([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, object? arg0, object? arg1, object? arg2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 189public static void WriteLine([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, params object?[]? arg) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 190public static void WriteLine([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("CompositeFormat")] string format, params System.ReadOnlySpan<object?> arg) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 192public static void WriteLine(uint value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 194public static void WriteLine(ulong value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 198internal ConsoleCancelEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 199public bool Cancel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 200public System.ConsoleSpecialKey SpecialKey { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 373public ConsoleKeyInfo(char keyChar, System.ConsoleKey key, bool shift, bool alt, bool control) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 374public System.ConsoleKey Key { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 375public char KeyChar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 376public System.ConsoleModifiers Modifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } } 377public bool Equals(System.ConsoleKeyInfo obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 378public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 379public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 380public static bool operator ==(System.ConsoleKeyInfo a, System.ConsoleKeyInfo b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); } 381public static bool operator !=(System.ConsoleKeyInfo a, System.ConsoleKeyInfo b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemConsole); }
System.Data.OleDb (299)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.Manual.notsupported.cs (5)
22public int OleDbServices { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 26public string Provider { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 35public override int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (294)
13public OleDbCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 14public OleDbCommand(string? cmdText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 15public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 16public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection, System.Data.OleDb.OleDbTransaction? transaction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 21public override string CommandText { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 22public override int CommandTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 25public override System.Data.CommandType CommandType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 28public new System.Data.OleDb.OleDbConnection? Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 29protected override System.Data.Common.DbConnection? DbConnection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 30protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 31protected override System.Data.Common.DbTransaction? DbTransaction { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 36public override bool DesignTimeVisible { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 38public new System.Data.OleDb.OleDbParameterCollection Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 41public new System.Data.OleDb.OleDbTransaction? Transaction { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 43public override System.Data.UpdateRowSource UpdatedRowSource { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 44public override void Cancel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 45public System.Data.OleDb.OleDbCommand Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 46protected override System.Data.Common.DbParameter CreateDbParameter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 47public new System.Data.OleDb.OleDbParameter CreateParameter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 49protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 50public override int ExecuteNonQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 51public new System.Data.OleDb.OleDbDataReader ExecuteReader() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 52public new System.Data.OleDb.OleDbDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 53public override object? ExecuteScalar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 54public override void Prepare() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 55public void ResetCommandTimeout() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 56System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 57System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 58object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 62public OleDbCommandBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 63public OleDbCommandBuilder(System.Data.OleDb.OleDbDataAdapter? adapter) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 65public new System.Data.OleDb.OleDbDataAdapter? DataAdapter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 66protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 67public static void DeriveParameters(System.Data.OleDb.OleDbCommand command) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 68public new System.Data.OleDb.OleDbCommand GetDeleteCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 69public new System.Data.OleDb.OleDbCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 70public new System.Data.OleDb.OleDbCommand GetInsertCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 71public new System.Data.OleDb.OleDbCommand GetInsertCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 72protected override string GetParameterName(int parameterOrdinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 73protected override string GetParameterName(string parameterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 74protected override string GetParameterPlaceholder(int parameterOrdinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 75public new System.Data.OleDb.OleDbCommand GetUpdateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 76public new System.Data.OleDb.OleDbCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 77public override string QuoteIdentifier(string unquotedIdentifier) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 78public string QuoteIdentifier(string unquotedIdentifier, System.Data.OleDb.OleDbConnection? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 79protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 80public override string UnquoteIdentifier(string quotedIdentifier) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 81public string UnquoteIdentifier(string quotedIdentifier, System.Data.OleDb.OleDbConnection? connection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 86public OleDbConnection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 87public OleDbConnection(string? connectionString) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 94public override string ConnectionString { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 96public override int ConnectionTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 98public override string Database { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 100public override string DataSource { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 103public string Provider { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 104public override string ServerVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 107public override System.Data.ConnectionState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 108public event System.Data.OleDb.OleDbInfoMessageEventHandler? InfoMessage { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 109protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 110public new System.Data.OleDb.OleDbTransaction BeginTransaction() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 111public new System.Data.OleDb.OleDbTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 112public override void ChangeDatabase(string value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 113public override void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 114public new System.Data.OleDb.OleDbCommand CreateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 115protected override System.Data.Common.DbCommand CreateDbCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 117public override void EnlistTransaction(System.Transactions.Transaction? transaction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 118public System.Data.DataTable? GetOleDbSchemaTable(System.Guid schema, object?[]? restrictions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 119public override System.Data.DataTable GetSchema() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 120public override System.Data.DataTable GetSchema(string collectionName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 121public override System.Data.DataTable GetSchema(string collectionName, string?[]? restrictionValues) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 122public override void Open() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 123public static void ReleaseObjectPool() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 125public void ResetState() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 126object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 132public OleDbConnectionStringBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 133public OleDbConnectionStringBuilder(string? connectionString) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 136public string DataSource { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 140public string FileName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 142public override object this[string keyword] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 143public override System.Collections.ICollection Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 146public bool PersistSecurityInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 147public override void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 148public override bool ContainsKey(string keyword) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 149public override bool Remove(string keyword) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 150public override bool TryGetValue(string keyword, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 156public OleDbDataAdapter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 157public OleDbDataAdapter(System.Data.OleDb.OleDbCommand? selectCommand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 158public OleDbDataAdapter(string? selectCommandText, System.Data.OleDb.OleDbConnection? selectConnection) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 159public OleDbDataAdapter(string? selectCommandText, string? selectConnectionString) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 162public new System.Data.OleDb.OleDbCommand? DeleteCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 165public new System.Data.OleDb.OleDbCommand? InsertCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 168public new System.Data.OleDb.OleDbCommand? SelectCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 169System.Data.IDbCommand? System.Data.IDbDataAdapter.DeleteCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 170System.Data.IDbCommand? System.Data.IDbDataAdapter.InsertCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 171System.Data.IDbCommand? System.Data.IDbDataAdapter.SelectCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 172System.Data.IDbCommand? System.Data.IDbDataAdapter.UpdateCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 175public new System.Data.OleDb.OleDbCommand? UpdateCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 176public event System.Data.OleDb.OleDbRowUpdatedEventHandler? RowUpdated { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 177public event System.Data.OleDb.OleDbRowUpdatingEventHandler? RowUpdating { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 178protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 179protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 180public int Fill(System.Data.DataSet dataSet, object ADODBRecordSet, string srcTable) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 181public int Fill(System.Data.DataTable dataTable, object ADODBRecordSet) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 182protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 183protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 184object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 188internal OleDbDataReader() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 189public override int Depth { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 190public override int FieldCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 191public override bool HasRows { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 192public override bool IsClosed { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 193public override object this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 194public override object this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 195public override int RecordsAffected { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 196public override int VisibleFieldCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 197public override void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 198public override bool GetBoolean(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 199public override byte GetByte(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 200public override long GetBytes(int ordinal, long dataIndex, byte[]? buffer, int bufferIndex, int length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 202public override char GetChar(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 203public override long GetChars(int ordinal, long dataIndex, char[]? buffer, int bufferIndex, int length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 205public new System.Data.OleDb.OleDbDataReader GetData(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 206public override string GetDataTypeName(int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 207public override System.DateTime GetDateTime(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 208protected override System.Data.Common.DbDataReader GetDbDataReader(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 209public override decimal GetDecimal(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 210public override double GetDouble(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 211public override System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 212public override System.Type GetFieldType(int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 213public override float GetFloat(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 214public override System.Guid GetGuid(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 215public override short GetInt16(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 216public override int GetInt32(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 217public override long GetInt64(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 218public override string GetName(int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 219public override int GetOrdinal(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 220public override System.Data.DataTable? GetSchemaTable() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 221public override string GetString(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 222public System.TimeSpan GetTimeSpan(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 223public override object GetValue(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 224public override int GetValues(object[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 225public override bool IsDBNull(int ordinal) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 226public override bool NextResult() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 227public override bool Read() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 231public OleDbEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 232public System.Data.DataTable GetElements() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 233public static System.Data.OleDb.OleDbDataReader GetEnumerator(System.Type type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 234public static System.Data.OleDb.OleDbDataReader GetRootEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 238internal OleDbError() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 239public string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 240public int NativeError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 241public string Source { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 242public string SQLState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 243public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 248internal OleDbErrorCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 249public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 250public System.Data.OleDb.OleDbError this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 251bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 252object System.Collections.ICollection.SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 253public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 254public void CopyTo(System.Data.OleDb.OleDbError[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 255public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 259internal OleDbException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 261public System.Data.OleDb.OleDbErrorCollection Errors { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 266public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 270internal OleDbFactory() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 272public override System.Data.Common.DbCommand CreateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 273public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 274public override System.Data.Common.DbConnection CreateConnection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 275public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 276public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 277public override System.Data.Common.DbParameter CreateParameter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 281internal OleDbInfoMessageEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 282public int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 283public System.Data.OleDb.OleDbErrorCollection Errors { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 284public string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 285public string? Source { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 286public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 344public OleDbParameter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 345public OleDbParameter(string? name, System.Data.OleDb.OleDbType dataType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 346public OleDbParameter(string? name, System.Data.OleDb.OleDbType dataType, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 348public OleDbParameter(string? parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string? srcColumn, System.Data.DataRowVersion srcVersion, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 350public OleDbParameter(string? parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, byte precision, byte scale, string? sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 351public OleDbParameter(string? name, System.Data.OleDb.OleDbType dataType, int size, string? srcColumn) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 352public OleDbParameter(string? name, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 353public override System.Data.DbType DbType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 355public override System.Data.ParameterDirection Direction { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 356public override bool IsNullable { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 359public System.Data.OleDb.OleDbType OleDbType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 361public override string ParameterName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 363public new byte Precision { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 365public new byte Scale { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 366public override int Size { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 368public override string SourceColumn { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 369public override bool SourceColumnNullMapping { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 370public override System.Data.DataRowVersion SourceVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 373public override object? Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 374public override void ResetDbType() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 375public void ResetOleDbType() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 376object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 377public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 382internal OleDbParameterCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 383public override int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 384public override bool IsFixedSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 385public override bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 386public override bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 389public new System.Data.OleDb.OleDbParameter this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 392public new System.Data.OleDb.OleDbParameter this[string parameterName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 393public override object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 394public System.Data.OleDb.OleDbParameter Add(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 395public override int Add(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 396public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 397public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 398public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size, string? sourceColumn) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 401public System.Data.OleDb.OleDbParameter Add(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 402public override void AddRange(System.Array values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 403public void AddRange(System.Data.OleDb.OleDbParameter[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 404public System.Data.OleDb.OleDbParameter AddWithValue(string? parameterName, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 405public override void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 406public bool Contains(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 407public override bool Contains(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 408public override bool Contains(string value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 409public override void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 410public void CopyTo(System.Data.OleDb.OleDbParameter[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 411public override System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 412protected override System.Data.Common.DbParameter GetParameter(int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 413protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 414public int IndexOf(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 415public override int IndexOf(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 416public override int IndexOf(string parameterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 417public void Insert(int index, System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 418public override void Insert(int index, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 419public void Remove(System.Data.OleDb.OleDbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 420public override void Remove(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 421public override void RemoveAt(int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 422public override void RemoveAt(string parameterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 423protected override void SetParameter(int index, System.Data.Common.DbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 424protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 428public OleDbRowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 429public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 434public OleDbRowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 435protected override System.Data.IDbCommand? BaseCommand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 436public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 478public OleDbSchemaGuid() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 482internal OleDbTransaction() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 483public new System.Data.OleDb.OleDbConnection? Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 484protected override System.Data.Common.DbConnection? DbConnection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 485public override System.Data.IsolationLevel IsolationLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } } 486public System.Data.OleDb.OleDbTransaction Begin() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 487public System.Data.OleDb.OleDbTransaction Begin(System.Data.IsolationLevel isolevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 488public override void Commit() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } 490public override void Rollback() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
System.Diagnostics.EventLog (314)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.netcoreapp.notsupported.cs (2)
11public EventBookmark(string bookmarkXml) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 12public string BookmarkXml { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } }
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (312)
11public EntryWrittenEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 12public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 13public System.Diagnostics.EventLogEntry Entry { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 18public EventInstance(long instanceId, int categoryId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 19public EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 20public int CategoryId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 21public System.Diagnostics.EventLogEntryType EntryType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 22public long InstanceId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 27public EventLog() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 28public EventLog(string logName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 29public EventLog(string logName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 30public EventLog(string logName, string machineName, string source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 33public bool EnableRaisingEvents { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 36public System.Diagnostics.EventLogEntryCollection Entries { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 40public string Log { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 42public string LogDisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 46public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 49public long MaximumKilobytes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 51public int MinimumRetentionDays { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 53public System.Diagnostics.OverflowAction OverflowAction { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 57public string Source { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 60public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 61public event System.Diagnostics.EntryWrittenEventHandler EntryWritten { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 62public void BeginInit() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 63public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 64public void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 65public static void CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 66public static void CreateEventSource(string source, string logName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 68public static void CreateEventSource(string source, string logName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 69public static void Delete(string logName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 70public static void Delete(string logName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 71public static void DeleteEventSource(string source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 72public static void DeleteEventSource(string source, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 74public void EndInit() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 75public static bool Exists(string logName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 76public static bool Exists(string logName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 77public static System.Diagnostics.EventLog[] GetEventLogs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 78public static System.Diagnostics.EventLog[] GetEventLogs(string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 79public static string LogNameFromSourceName(string source, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 80public void ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 81public void RegisterDisplayName(string resourceFile, long resourceId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 82public static bool SourceExists(string source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 83public static bool SourceExists(string source, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 84public void WriteEntry(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 85public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 86public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 87public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 88public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 89public static void WriteEntry(string source, string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 90public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 91public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 92public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 93public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 94public void WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 95public void WriteEvent(System.Diagnostics.EventInstance instance, params object[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 96public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 97public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, params object[] values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 103internal EventLogEntry() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 104public string Category { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 105public short CategoryNumber { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 106public byte[] Data { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 107public System.Diagnostics.EventLogEntryType EntryType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 109public int EventID { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 110public int Index { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 111public long InstanceId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 112public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 114public string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 115public string[] ReplacementStrings { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 116public string Source { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 117public System.DateTime TimeGenerated { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 118public System.DateTime TimeWritten { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 119public string UserName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 120public bool Equals(System.Diagnostics.EventLogEntry otherEntry) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 121void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 125internal EventLogEntryCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 126public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 127public virtual System.Diagnostics.EventLogEntry this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 128bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 129object System.Collections.ICollection.SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 130public void CopyTo(System.Diagnostics.EventLogEntry[] entries, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 131public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 132void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 144public EventLogTraceListener() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 145public EventLogTraceListener(System.Diagnostics.EventLog eventLog) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 146public EventLogTraceListener(string source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 147public System.Diagnostics.EventLog EventLog { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 148public override string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 149public override void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 152public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 154public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 156public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 158public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 159public override void Write(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 160public override void WriteLine(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 164public EventSourceCreationData(string source, string logName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 165public int CategoryCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 166public string CategoryResourceFile { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 167public string LogName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 168public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 169public string MessageResourceFile { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 170public string ParameterResourceFile { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 171public string Source { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 184internal EventBookmark() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 188internal EventKeyword() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 189public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 190public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 191public long Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 195internal EventLevel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 196public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 197public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 198public int Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 202public EventLogConfiguration(string logName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 203public EventLogConfiguration(string logName, System.Diagnostics.Eventing.Reader.EventLogSession session) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 204public bool IsClassicLog { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 205public bool IsEnabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 206public string LogFilePath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 207public System.Diagnostics.Eventing.Reader.EventLogIsolation LogIsolation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 208public System.Diagnostics.Eventing.Reader.EventLogMode LogMode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 209public string LogName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 210public System.Diagnostics.Eventing.Reader.EventLogType LogType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 211public long MaximumSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 212public string OwningProviderName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 213public int? ProviderBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 214public System.Guid? ProviderControlGuid { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 215public long? ProviderKeywords { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 216public int? ProviderLatency { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 217public int? ProviderLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 218public int? ProviderMaximumNumberOfBuffers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 219public int? ProviderMinimumNumberOfBuffers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 220public System.Collections.Generic.IEnumerable<string> ProviderNames { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 221public string SecurityDescriptor { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 224public void SaveChanges() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 228public EventLogException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 229protected EventLogException(int errorCode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 234protected EventLogException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 235public EventLogException(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 236public EventLogException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 237public override string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 242public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 246internal EventLogInformation() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 247public int? Attributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 248public System.DateTime? CreationTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 249public long? FileSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 250public bool? IsLogFull { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 251public System.DateTime? LastAccessTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 252public System.DateTime? LastWriteTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 253public long? OldestRecordNumber { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 254public long? RecordCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 258public EventLogInvalidDataException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 263protected EventLogInvalidDataException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 264public EventLogInvalidDataException(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 265public EventLogInvalidDataException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 275internal EventLogLink() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 276public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 277public bool IsImported { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 278public string LogName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 288public EventLogNotFoundException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 293protected EventLogNotFoundException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 294public EventLogNotFoundException(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 295public EventLogNotFoundException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 299public EventLogPropertySelector(System.Collections.Generic.IEnumerable<string> propertyQueries) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 305public EventLogProviderDisabledException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 310protected EventLogProviderDisabledException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 311public EventLogProviderDisabledException(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 312public EventLogProviderDisabledException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 316public EventLogQuery(string path, System.Diagnostics.Eventing.Reader.PathType pathType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 317public EventLogQuery(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 318public bool ReverseDirection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 319public System.Diagnostics.Eventing.Reader.EventLogSession Session { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 320public bool TolerateQueryErrors { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 324public EventLogReader(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 325public EventLogReader(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery, System.Diagnostics.Eventing.Reader.EventBookmark bookmark) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 326public EventLogReader(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 327public EventLogReader(string path, System.Diagnostics.Eventing.Reader.PathType pathType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 328public int BatchSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 329public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogStatus> LogStatus { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 330public void CancelReading() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 333public System.Diagnostics.Eventing.Reader.EventRecord ReadEvent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 334public System.Diagnostics.Eventing.Reader.EventRecord ReadEvent(System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 335public void Seek(System.Diagnostics.Eventing.Reader.EventBookmark bookmark) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 336public void Seek(System.Diagnostics.Eventing.Reader.EventBookmark bookmark, long offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 337public void Seek(System.IO.SeekOrigin origin, long offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 341public EventLogReadingException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 346protected EventLogReadingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 347public EventLogReadingException(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 348public EventLogReadingException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 352internal EventLogRecord() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 353public override System.Guid? ActivityId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 354public override System.Diagnostics.Eventing.Reader.EventBookmark Bookmark { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 355public string ContainerLog { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 356public override int Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 357public override long? Keywords { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 358public override System.Collections.Generic.IEnumerable<string> KeywordsDisplayNames { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 359public override byte? Level { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 360public override string LevelDisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 361public override string LogName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 362public override string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 363public System.Collections.Generic.IEnumerable<int> MatchedQueryIds { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 364public override short? Opcode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 365public override string OpcodeDisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 366public override int? ProcessId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 367public override System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventProperty> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 368public override System.Guid? ProviderId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 369public override string ProviderName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 370public override int? Qualifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 371public override long? RecordId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 372public override System.Guid? RelatedActivityId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 373public override int? Task { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 374public override string TaskDisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 375public override int? ThreadId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 376public override System.DateTime? TimeCreated { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 377public override System.Security.Principal.SecurityIdentifier UserId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 378public override byte? Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 380public override string FormatDescription() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 381public override string FormatDescription(System.Collections.Generic.IEnumerable<object> values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 382public System.Collections.Generic.IList<object> GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector propertySelector) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 383public override string ToXml() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 387public EventLogSession() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 388public EventLogSession(string server) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 389public EventLogSession(string server, string domain, string user, System.Security.SecureString password, System.Diagnostics.Eventing.Reader.SessionAuthentication logOnType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 390public static System.Diagnostics.Eventing.Reader.EventLogSession GlobalSession { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 391public void CancelCurrentOperations() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 392public void ClearLog(string logName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 393public void ClearLog(string logName, string backupPath) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 396public void ExportLog(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 397public void ExportLog(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 398public void ExportLogAndMessages(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 399public void ExportLogAndMessages(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors, System.Globalization.CultureInfo targetCultureInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 400public System.Diagnostics.Eventing.Reader.EventLogInformation GetLogInformation(string logName, System.Diagnostics.Eventing.Reader.PathType pathType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 401public System.Collections.Generic.IEnumerable<string> GetLogNames() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 402public System.Collections.Generic.IEnumerable<string> GetProviderNames() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 406internal EventLogStatus() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 407public string LogName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 408public int StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 419public EventLogWatcher(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 420public EventLogWatcher(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery, System.Diagnostics.Eventing.Reader.EventBookmark bookmark) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 421public EventLogWatcher(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery, System.Diagnostics.Eventing.Reader.EventBookmark bookmark, bool readExistingEvents) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 422public EventLogWatcher(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 423public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 424public event System.EventHandler<System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs> EventRecordWritten { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 430internal EventMetadata() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 431public string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 432public long Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 433public System.Collections.Generic.IEnumerable<System.Diagnostics.Eventing.Reader.EventKeyword> Keywords { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 434public System.Diagnostics.Eventing.Reader.EventLevel Level { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 435public System.Diagnostics.Eventing.Reader.EventLogLink LogLink { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 436public System.Diagnostics.Eventing.Reader.EventOpcode Opcode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 437public System.Diagnostics.Eventing.Reader.EventTask Task { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 438public string Template { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 439public byte Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 443internal EventOpcode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 444public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 445public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 446public int Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 450internal EventProperty() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 451public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 455protected EventRecord() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 488internal EventRecordWrittenEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 489public System.Exception EventException { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 490public System.Diagnostics.Eventing.Reader.EventRecord EventRecord { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 494internal EventTask() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 495public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 496public System.Guid EventGuid { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 497public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 498public int Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 507public ProviderMetadata(string providerName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 508public ProviderMetadata(string providerName, System.Diagnostics.Eventing.Reader.EventLogSession session, System.Globalization.CultureInfo targetCultureInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } 509public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 510public System.Collections.Generic.IEnumerable<System.Diagnostics.Eventing.Reader.EventMetadata> Events { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 511public System.Uri HelpLink { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 512public System.Guid Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 513public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventKeyword> Keywords { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 514public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLevel> Levels { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 515public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogLink> LogLinks { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 516public string MessageFilePath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 517public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 518public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventOpcode> Opcodes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 519public string ParameterFilePath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 520public string ResourceFilePath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 521public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventTask> Tasks { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } }
System.Diagnostics.FileVersionInfo (30)
artifacts\obj\System.Diagnostics.FileVersionInfo\Debug\net10.0\System.Diagnostics.FileVersionInfo.notsupported.cs (30)
11internal FileVersionInfo() { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } 12public string? Comments { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 13public string? CompanyName { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 14public int FileBuildPart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 15public string? FileDescription { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 16public int FileMajorPart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 17public int FileMinorPart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 18public string FileName { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 19public int FilePrivatePart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 20public string? FileVersion { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 21public string? InternalName { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 22public bool IsDebug { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 23public bool IsPatched { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 24public bool IsPreRelease { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 25public bool IsPrivateBuild { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 26public bool IsSpecialBuild { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 27public string? Language { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 28public string? LegalCopyright { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 29public string? LegalTrademarks { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 30public string? OriginalFilename { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 31public string? PrivateBuild { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 32public int ProductBuildPart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 33public int ProductMajorPart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 34public int ProductMinorPart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 35public string? ProductName { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 36public int ProductPrivatePart { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 37public string? ProductVersion { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 38public string? SpecialBuild { get { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } } 39public static System.Diagnostics.FileVersionInfo GetVersionInfo(string fileName) { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); } 40public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DiagnosticsFileVersionInfo_PlatformNotSupported); }
System.Diagnostics.PerformanceCounter (138)
artifacts\obj\System.Diagnostics.PerformanceCounter\Debug\net10.0\System.Diagnostics.PerformanceCounter.notsupported.cs (138)
11public CounterCreationData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 12public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 13public string CounterHelp { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 14public string CounterName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 15public System.Diagnostics.PerformanceCounterType CounterType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 19public CounterCreationDataCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 20public CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 21public CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 22public System.Diagnostics.CounterCreationData this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 23public int Add(System.Diagnostics.CounterCreationData value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 24public void AddRange(System.Diagnostics.CounterCreationDataCollection value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 25public void AddRange(System.Diagnostics.CounterCreationData[] value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 26public bool Contains(System.Diagnostics.CounterCreationData value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 27public void CopyTo(System.Diagnostics.CounterCreationData[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 28public int IndexOf(System.Diagnostics.CounterCreationData value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 29public void Insert(int index, System.Diagnostics.CounterCreationData value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 30protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 31public virtual void Remove(System.Diagnostics.CounterCreationData value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 37public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 38public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 39public long BaseValue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 40public long CounterFrequency { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 41public long CounterTimeStamp { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 42public System.Diagnostics.PerformanceCounterType CounterType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 43public long RawValue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 44public long SystemFrequency { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 45public long TimeStamp { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 46public long TimeStamp100nSec { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 47public static float Calculate(System.Diagnostics.CounterSample counterSample) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 48public static float Calculate(System.Diagnostics.CounterSample counterSample, System.Diagnostics.CounterSample nextCounterSample) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 49public bool Equals(System.Diagnostics.CounterSample sample) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 50public override bool Equals(object o) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 51public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 52public static bool operator ==(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 53public static bool operator !=(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 57public static float ComputeCounterValue(System.Diagnostics.CounterSample newSample) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 58public static float ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 68public InstanceData(string instanceName, System.Diagnostics.CounterSample sample) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 69public string InstanceName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 70public long RawValue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 71public System.Diagnostics.CounterSample Sample { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 76public InstanceDataCollection(string counterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 77public string CounterName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 78public System.Diagnostics.InstanceData this[string instanceName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 79public System.Collections.ICollection Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 80public System.Collections.ICollection Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 81public bool Contains(string instanceName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 82public void CopyTo(System.Diagnostics.InstanceData[] instances, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 87public InstanceDataCollectionCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 88public System.Diagnostics.InstanceDataCollection this[string counterName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 89public System.Collections.ICollection Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 90public System.Collections.ICollection Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 91public bool Contains(string counterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 92public void CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 98public PerformanceCounter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 99public PerformanceCounter(string categoryName, string counterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 100public PerformanceCounter(string categoryName, string counterName, bool readOnly) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 101public PerformanceCounter(string categoryName, string counterName, string instanceName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 102public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 103public PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 104public string CategoryName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 105public string CounterHelp { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 106public string CounterName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 107public System.Diagnostics.PerformanceCounterType CounterType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 108public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 109public string InstanceName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 110public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 111public long RawValue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 112public bool ReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 113public void BeginInit() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 114public void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 115public static void CloseSharedResources() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 116public long Decrement() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 118public void EndInit() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 119public long Increment() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 120public long IncrementBy(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 121public System.Diagnostics.CounterSample NextSample() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 122public float NextValue() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 123public void RemoveInstance() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 127public PerformanceCounterCategory() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 128public PerformanceCounterCategory(string categoryName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 129public PerformanceCounterCategory(string categoryName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 130public string CategoryHelp { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 131public string CategoryName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 132public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 133public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 134public bool CounterExists(string counterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 135public static bool CounterExists(string counterName, string categoryName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 136public static bool CounterExists(string counterName, string categoryName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 138public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.CounterCreationDataCollection counterData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 139public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, System.Diagnostics.CounterCreationDataCollection counterData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 140public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 142public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string counterHelp) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 143public static void Delete(string categoryName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 144public static bool Exists(string categoryName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 145public static bool Exists(string categoryName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 146public static System.Diagnostics.PerformanceCounterCategory[] GetCategories() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 147public static System.Diagnostics.PerformanceCounterCategory[] GetCategories(string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 148public System.Diagnostics.PerformanceCounter[] GetCounters() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 149public System.Diagnostics.PerformanceCounter[] GetCounters(string instanceName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 150public string[] GetInstanceNames() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 151public bool InstanceExists(string instanceName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 152public static bool InstanceExists(string instanceName, string categoryName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 153public static bool InstanceExists(string instanceName, string categoryName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 154public System.Diagnostics.InstanceDataCollectionCollection ReadCategory() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 170public PerformanceCounterManager() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 172void System.Diagnostics.ICollectData.CloseData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 174void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 212internal CounterData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 213public long RawValue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 214public long Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 215public void Decrement() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 216public void Increment() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 217public void IncrementBy(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 221public CounterSet(System.Guid providerGuid, System.Guid counterSetGuid, System.Diagnostics.PerformanceData.CounterSetInstanceType instanceType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 222public void AddCounter(int counterId, System.Diagnostics.PerformanceData.CounterType counterType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 223public void AddCounter(int counterId, System.Diagnostics.PerformanceData.CounterType counterType, string counterName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 224public System.Diagnostics.PerformanceData.CounterSetInstance CreateCounterSetInstance(string instanceName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 231internal CounterSetInstance() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 232public System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet Counters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 238internal CounterSetInstanceCounterDataSet() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } 239public System.Diagnostics.PerformanceData.CounterData this[int counterId] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } } 240public System.Diagnostics.PerformanceData.CounterData this[string counterName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_PerfCounters); } }
System.Diagnostics.Process (199)
artifacts\obj\System.Diagnostics.Process\Debug\net10.0\System.Diagnostics.Process.notsupported.cs (199)
11public SafeProcessHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 12public SafeProcessHandle(System.IntPtr existingHandle, bool ownsHandle) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 13protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 20internal DataReceivedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 21public string? Data { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 27public MonitoringDescriptionAttribute(string description) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 28public override string Description { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 33public Process() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 34public int BasePriority { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 35public bool EnableRaisingEvents { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 36public int ExitCode { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 37public System.DateTime ExitTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 38public System.IntPtr Handle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 39public int HandleCount { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 40public bool HasExited { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 41public int Id { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 42public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 43public System.Diagnostics.ProcessModule? MainModule { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 44public System.IntPtr MainWindowHandle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 45public string MainWindowTitle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 46public System.IntPtr MaxWorkingSet { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst")] get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("freebsd"), System.Runtime.Versioning.SupportedOSPlatformAttribute("macos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 47public System.IntPtr MinWorkingSet { [System.Runtime.Versioning.UnsupportedOSPlatformAttribute("ios"), System.Runtime.Versioning.UnsupportedOSPlatformAttribute("tvos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst")] get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("freebsd"), System.Runtime.Versioning.SupportedOSPlatformAttribute("macos"), System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 48public System.Diagnostics.ProcessModuleCollection Modules { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 50public int NonpagedSystemMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 51public long NonpagedSystemMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 53public int PagedMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 54public long PagedMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 56public int PagedSystemMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 57public long PagedSystemMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 59public int PeakPagedMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 60public long PeakPagedMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 62public int PeakVirtualMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 63public long PeakVirtualMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 65public int PeakWorkingSet { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 66public long PeakWorkingSet64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 67public bool PriorityBoostEnabled { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 68public System.Diagnostics.ProcessPriorityClass PriorityClass { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 70public int PrivateMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 71public long PrivateMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 75public System.TimeSpan PrivilegedProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 76public string ProcessName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 79public System.IntPtr ProcessorAffinity { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 80public bool Responding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 81public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 82public int SessionId { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 83public System.IO.StreamReader StandardError { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 84public System.IO.StreamWriter StandardInput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 85public System.IO.StreamReader StandardOutput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 86public System.Diagnostics.ProcessStartInfo StartInfo { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 90public System.DateTime StartTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 91public System.ComponentModel.ISynchronizeInvoke? SynchronizingObject { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 92public System.Diagnostics.ProcessThreadCollection Threads { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 96public System.TimeSpan TotalProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 100public System.TimeSpan UserProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 102public int VirtualMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 103public long VirtualMemorySize64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 105public int WorkingSet { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 106public long WorkingSet64 { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 107public event System.Diagnostics.DataReceivedEventHandler? ErrorDataReceived { add { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 108public event System.EventHandler Exited { add { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 109public event System.Diagnostics.DataReceivedEventHandler? OutputDataReceived { add { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 110public void BeginErrorReadLine() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 111public void BeginOutputReadLine() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 112public void CancelErrorRead() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 113public void CancelOutputRead() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 114public void Close() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 115public bool CloseMainWindow() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 117public static void EnterDebugMode() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 118public static System.Diagnostics.Process GetCurrentProcess() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 119public static System.Diagnostics.Process GetProcessById(int processId) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 120public static System.Diagnostics.Process GetProcessById(int processId, string machineName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 124public static System.Diagnostics.Process[] GetProcesses() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 128public static System.Diagnostics.Process[] GetProcesses(string machineName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 132public static System.Diagnostics.Process[] GetProcessesByName(string? processName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 136public static System.Diagnostics.Process[] GetProcessesByName(string? processName, string machineName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 140public void Kill() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 144public void Kill(bool entireProcessTree) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 145public static void LeaveDebugMode() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 146protected void OnExited() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 147public void Refresh() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 151public bool Start() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 155public static System.Diagnostics.Process? Start(System.Diagnostics.ProcessStartInfo startInfo) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 159public static System.Diagnostics.Process Start(string fileName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 163public static System.Diagnostics.Process Start(string fileName, string arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 167public static System.Diagnostics.Process Start(string fileName, System.Collections.Generic.IEnumerable<string> arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 170public static System.Diagnostics.Process? Start(string fileName, string userName, System.Security.SecureString password, string domain) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 173public static System.Diagnostics.Process? Start(string fileName, string arguments, string userName, System.Security.SecureString password, string domain) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 174public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 175public void WaitForExit() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 176public bool WaitForExit(int milliseconds) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 177public bool WaitForExit(System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 178public System.Threading.Tasks.Task WaitForExitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 179public bool WaitForInputIdle() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 180public bool WaitForInputIdle(int milliseconds) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 181public bool WaitForInputIdle(System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 186internal ProcessModule() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 187public System.IntPtr BaseAddress { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 188public System.IntPtr EntryPointAddress { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 189public string FileName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 190public System.Diagnostics.FileVersionInfo FileVersionInfo { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 191public int ModuleMemorySize { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 192public string ModuleName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 193public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 197protected ProcessModuleCollection() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 198public ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 199public System.Diagnostics.ProcessModule this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 200public bool Contains(System.Diagnostics.ProcessModule module) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 201public void CopyTo(System.Diagnostics.ProcessModule[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 202public int IndexOf(System.Diagnostics.ProcessModule module) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 215public ProcessStartInfo() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 216public ProcessStartInfo(string fileName) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 217public ProcessStartInfo(string fileName, string arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 218public ProcessStartInfo(string fileName, System.Collections.Generic.IEnumerable<string> arguments) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 219public System.Collections.ObjectModel.Collection<string> ArgumentList { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 221public string Arguments { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 223public bool CreateNewProcessGroup { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 224public bool CreateNoWindow { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 227public string Domain { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 228public System.Collections.Generic.IDictionary<string, string?> Environment { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 230public System.Collections.Specialized.StringDictionary EnvironmentVariables { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 231public bool ErrorDialog { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 232public System.IntPtr ErrorDialogParentHandle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 235public string FileName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 237public bool LoadUserProfile { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 239public bool UseCredentialsForNetworkingOnly { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 242public System.Security.SecureString? Password { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 244public string? PasswordInClearText { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 245public bool RedirectStandardError { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 246public bool RedirectStandardInput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 247public bool RedirectStandardOutput { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 248public System.Text.Encoding? StandardErrorEncoding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 249public System.Text.Encoding? StandardInputEncoding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 250public System.Text.Encoding? StandardOutputEncoding { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 252public string UserName { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 253public bool UseShellExecute { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 256public string Verb { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 257public string[] Verbs { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 259public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 262public string WorkingDirectory { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 267internal ProcessThread() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 268public int BasePriority { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 269public int CurrentPriority { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 270public int Id { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 271public int IdealProcessor { set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 272public bool PriorityBoostEnabled { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 273public System.Diagnostics.ThreadPriorityLevel PriorityLevel { [System.Runtime.Versioning.SupportedOSPlatform("windows")] [System.Runtime.Versioning.SupportedOSPlatform("linux")] [System.Runtime.Versioning.SupportedOSPlatform("freebsd")] get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 277public System.TimeSpan PrivilegedProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 279public System.IntPtr ProcessorAffinity { set { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 280public System.IntPtr StartAddress { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 283public System.DateTime StartTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 284public System.Diagnostics.ThreadState ThreadState { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 288public System.TimeSpan TotalProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 292public System.TimeSpan UserProcessorTime { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 293public System.Diagnostics.ThreadWaitReason WaitReason { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 294public void ResetIdealProcessor() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 298protected ProcessThreadCollection() { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 299public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 300public System.Diagnostics.ProcessThread this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } } 301public int Add(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 302public bool Contains(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 303public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 304public int IndexOf(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 305public void Insert(int index, System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); } 306public void Remove(System.Diagnostics.ProcessThread thread) { throw new System.PlatformNotSupportedException(System.SR.Process_PlatformNotSupported); }
System.DirectoryServices (1081)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1081)
11public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 12public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 13public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 14public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.Guid objectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 15public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 16public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 17public System.DirectoryServices.ActiveDirectoryRights ActiveDirectoryRights { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 18public System.DirectoryServices.ActiveDirectorySecurityInheritance InheritanceType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 22public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 23public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 24public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 25public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.Guid objectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 26public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 27public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 28public System.DirectoryServices.ActiveDirectoryRights ActiveDirectoryRights { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 29public System.DirectoryServices.ActiveDirectorySecurityInheritance InheritanceType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 56public ActiveDirectorySecurity() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 57public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 58public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 59public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 60public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 61public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type, System.Guid objectGuid, System.Guid inheritedObjectGuid) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 62public void AddAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 63public void AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 64public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 65public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags, System.Guid objectGuid, System.Guid inheritedObjectGuid) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 66public override bool ModifyAccessRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 67public override bool ModifyAuditRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 68public override void PurgeAccessRules(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 69public override void PurgeAuditRules(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 70public void RemoveAccess(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 71public bool RemoveAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 72public void RemoveAccessRuleSpecific(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 73public void RemoveAudit(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 74public bool RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 75public void RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 76public void ResetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 77public void SetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 78public void SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 105public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 106public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 107public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 108public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 109public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 110public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 114public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 115public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 116public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 117public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 118public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 119public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 123public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 124public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 125public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 136internal DirectoryEntries() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 137public System.DirectoryServices.SchemaNameCollection SchemaFilter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 138public System.DirectoryServices.DirectoryEntry Add(string name, string schemaClassName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 139public System.DirectoryServices.DirectoryEntry Find(string name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 140public System.DirectoryServices.DirectoryEntry Find(string name, string? schemaClassName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 141public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 142public void Remove(System.DirectoryServices.DirectoryEntry entry) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 146public DirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 147public DirectoryEntry(object adsObject) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 148public DirectoryEntry(string? path) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 149public DirectoryEntry(string? path, string? username, string? password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 150public DirectoryEntry(string? path, string? username, string? password, System.DirectoryServices.AuthenticationTypes authenticationType) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 152public System.DirectoryServices.AuthenticationTypes AuthenticationType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 153public System.DirectoryServices.DirectoryEntries Children { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 154public System.Guid Guid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 155public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 156public string NativeGuid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 157public object NativeObject { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 158public System.DirectoryServices.ActiveDirectorySecurity ObjectSecurity { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 159public System.DirectoryServices.DirectoryEntryConfiguration? Options { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 160public System.DirectoryServices.DirectoryEntry Parent { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 162public string? Password { set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 165public string Path { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 166public System.DirectoryServices.PropertyCollection Properties { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 167public string SchemaClassName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 168public System.DirectoryServices.DirectoryEntry SchemaEntry { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 170public bool UsePropertyCache { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 172public string? Username { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 173public void Close() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 174public void CommitChanges() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 175public System.DirectoryServices.DirectoryEntry CopyTo(System.DirectoryServices.DirectoryEntry newParent) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 176public System.DirectoryServices.DirectoryEntry CopyTo(System.DirectoryServices.DirectoryEntry newParent, string? newName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 177public void DeleteTree() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 179public static bool Exists(string path) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 180public object? Invoke(string methodName, params object?[]? args) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 181public object? InvokeGet(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 182public void InvokeSet(string propertyName, params object?[]? args) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 183public void MoveTo(System.DirectoryServices.DirectoryEntry newParent) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 184public void MoveTo(System.DirectoryServices.DirectoryEntry newParent, string? newName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 185public void RefreshCache() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 186public void RefreshCache(string[] propertyNames) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 187public void Rename(string? newName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 191internal DirectoryEntryConfiguration() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 192public int PageSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 193public System.DirectoryServices.PasswordEncodingMethod PasswordEncoding { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 194public int PasswordPort { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 195public System.DirectoryServices.ReferralChasingOption Referral { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 196public System.DirectoryServices.SecurityMasks SecurityMasks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 197public string GetCurrentServerName() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 198public bool IsMutuallyAuthenticated() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 199public void SetUserNameQueryQuota(string accountName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 203public DirectorySearcher() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 204public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 205public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot, string? filter) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 206public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 207public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad, System.DirectoryServices.SearchScope scope) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 208public DirectorySearcher(string? filter) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 209public DirectorySearcher(string? filter, string[]? propertiesToLoad) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 210public DirectorySearcher(string? filter, string[]? propertiesToLoad, System.DirectoryServices.SearchScope scope) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 212public bool Asynchronous { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 215public string AttributeScopeQuery { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 217public bool CacheResults { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 218public System.TimeSpan ClientTimeout { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 220public System.DirectoryServices.DereferenceAlias DerefAlias { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 222public System.DirectoryServices.DirectorySynchronization? DirectorySynchronization { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 224public System.DirectoryServices.ExtendedDN ExtendedDN { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 226public string? Filter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 228public int PageSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 230public System.Collections.Specialized.StringCollection PropertiesToLoad { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 232public bool PropertyNamesOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 234public System.DirectoryServices.ReferralChasingOption ReferralChasing { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 236public System.DirectoryServices.DirectoryEntry? SearchRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 238public System.DirectoryServices.SearchScope SearchScope { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 240public System.DirectoryServices.SecurityMasks SecurityMasks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 241public System.TimeSpan ServerPageTimeLimit { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 242public System.TimeSpan ServerTimeLimit { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 244public int SizeLimit { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 246public System.DirectoryServices.SortOption Sort { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 248public bool Tombstone { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 250public System.DirectoryServices.DirectoryVirtualListView? VirtualListView { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 252public System.DirectoryServices.SearchResultCollection FindAll() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 253public System.DirectoryServices.SearchResult? FindOne() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 257public DirectoryServicesCOMException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 262protected DirectoryServicesCOMException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 263public DirectoryServicesCOMException(string? message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 264public DirectoryServicesCOMException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 265public int ExtendedError { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 266public string? ExtendedErrorMessage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 271public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 275public DirectorySynchronization() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 276public DirectorySynchronization(byte[]? cookie) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 277public DirectorySynchronization(System.DirectoryServices.DirectorySynchronization? sync) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 278public DirectorySynchronization(System.DirectoryServices.DirectorySynchronizationOptions option) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 279public DirectorySynchronization(System.DirectoryServices.DirectorySynchronizationOptions option, byte[]? cookie) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 281public System.DirectoryServices.DirectorySynchronizationOptions Option { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 282public System.DirectoryServices.DirectorySynchronization Copy() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 283public byte[] GetDirectorySynchronizationCookie() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 284public void ResetDirectorySynchronizationCookie() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 285public void ResetDirectorySynchronizationCookie(byte[]? cookie) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 298public DirectoryVirtualListView() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 299public DirectoryVirtualListView(int afterCount) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 300public DirectoryVirtualListView(int beforeCount, int afterCount, int offset) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 301public DirectoryVirtualListView(int beforeCount, int afterCount, int offset, System.DirectoryServices.DirectoryVirtualListViewContext? context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 302public DirectoryVirtualListView(int beforeCount, int afterCount, string? target) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 303public DirectoryVirtualListView(int beforeCount, int afterCount, string? target, System.DirectoryServices.DirectoryVirtualListViewContext? context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 305public int AfterCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 307public int ApproximateTotal { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 309public int BeforeCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 311public System.DirectoryServices.DirectoryVirtualListViewContext? DirectoryVirtualListViewContext { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 313public int Offset { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 316public string Target { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 318public int TargetPercentage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 322public DirectoryVirtualListViewContext() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 323public System.DirectoryServices.DirectoryVirtualListViewContext Copy() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 333public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 334public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 335public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 336public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid extendedRightType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 337public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid extendedRightType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 338public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid extendedRightType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 342public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 343public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 344public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 358public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 359public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 360public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 361public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 362public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 363public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 367internal PropertyCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 368public int Count { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 369public System.DirectoryServices.PropertyValueCollection this[string propertyName] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 370public System.Collections.ICollection PropertyNames { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 371bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 372object System.Collections.ICollection.SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 373bool System.Collections.IDictionary.IsFixedSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 374bool System.Collections.IDictionary.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 375object? System.Collections.IDictionary.this[object key] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 376System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 377public System.Collections.ICollection Values { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 378public bool Contains(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 379public void CopyTo(System.DirectoryServices.PropertyValueCollection[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 380public System.Collections.IDictionaryEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 381void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 382void System.Collections.IDictionary.Add(object key, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 383void System.Collections.IDictionary.Clear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 384bool System.Collections.IDictionary.Contains(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 385void System.Collections.IDictionary.Remove(object key) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 386System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 390public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 391public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 392public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 396internal PropertyValueCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 397public object? this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 398public string PropertyName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 399public object? Value { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 400public int Add(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 401public void AddRange(System.DirectoryServices.PropertyValueCollection value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 402public void AddRange(object?[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 403public bool Contains(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 404public void CopyTo(object?[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 405public int IndexOf(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 406public void Insert(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 407protected override void OnClearComplete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 408protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 409protected override void OnRemoveComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 410protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 411public void Remove(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 422internal ResultPropertyCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 423public System.DirectoryServices.ResultPropertyValueCollection this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 424public System.Collections.ICollection PropertyNames { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 425public System.Collections.ICollection Values { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 426public bool Contains(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 427public void CopyTo(System.DirectoryServices.ResultPropertyValueCollection[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 431internal ResultPropertyValueCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 432public object this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 433public bool Contains(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 434public void CopyTo(object?[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 435public int IndexOf(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 439internal SchemaNameCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 440public int Count { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 441public string? this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 442bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 443object System.Collections.ICollection.SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 444bool System.Collections.IList.IsFixedSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 445bool System.Collections.IList.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 446object? System.Collections.IList.this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 447public int Add(string? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 448public void AddRange(System.DirectoryServices.SchemaNameCollection value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 449public void AddRange(string?[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 450public void Clear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 451public bool Contains(string? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 452public void CopyTo(string?[] stringArray, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 453public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 454public int IndexOf(string? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 455public void Insert(int index, string? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 456public void Remove(string? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 457public void RemoveAt(int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 458void System.Collections.ICollection.CopyTo(System.Array? array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 459int System.Collections.IList.Add(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 460bool System.Collections.IList.Contains(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 461int System.Collections.IList.IndexOf(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 462void System.Collections.IList.Insert(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 463void System.Collections.IList.Remove(object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 467internal SearchResult() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 468public string Path { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 469public System.DirectoryServices.ResultPropertyCollection Properties { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 470public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 474internal SearchResultCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 475public int Count { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 476public System.IntPtr Handle { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 477public System.DirectoryServices.SearchResult this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 478public string[] PropertiesLoaded { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 479bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 480object System.Collections.ICollection.SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 481public bool Contains(System.DirectoryServices.SearchResult result) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 482public void CopyTo(System.DirectoryServices.SearchResult[] results, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 486public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 487public int IndexOf(System.DirectoryServices.SearchResult result) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 488void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 513public SortOption() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 514public SortOption(string propertyName, System.DirectoryServices.SortDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 516public System.DirectoryServices.SortDirection Direction { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 519public string? PropertyName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 526internal ActiveDirectoryInterSiteTransport() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 527public bool BridgeAllSiteLinks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 528public bool IgnoreReplicationSchedule { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 529public System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection SiteLinkBridges { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 530public System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection SiteLinks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 531public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 534public static System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport FindByTransportType(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 535public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 536public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 537public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 541public ActiveDirectoryObjectExistsException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 546protected ActiveDirectoryObjectExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 547public ActiveDirectoryObjectExistsException(string? message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 548public ActiveDirectoryObjectExistsException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 552public ActiveDirectoryObjectNotFoundException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 557protected ActiveDirectoryObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 558public ActiveDirectoryObjectNotFoundException(string? message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 559public ActiveDirectoryObjectNotFoundException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 560public ActiveDirectoryObjectNotFoundException(string? message, System.Type? type, string? name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 561public string? Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 562public System.Type? Type { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 567public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 571public ActiveDirectoryOperationException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 576protected ActiveDirectoryOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 577public ActiveDirectoryOperationException(string? message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 578public ActiveDirectoryOperationException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 579public ActiveDirectoryOperationException(string? message, System.Exception? inner, int errorCode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 580public ActiveDirectoryOperationException(string? message, int errorCode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 581public int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 586public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 590protected ActiveDirectoryPartition() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 591public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 595public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 599internal ActiveDirectoryReplicationMetadata() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 600public System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection AttributeNames { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 601public System.DirectoryServices.ActiveDirectory.AttributeMetadata? this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 602public System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection Values { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 603public bool Contains(string attributeName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 604public void CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 616internal ActiveDirectoryRoleCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 617public System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 618public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 619public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[] roles, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 620public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 624public ActiveDirectorySchedule() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 625public ActiveDirectorySchedule(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule schedule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 626public bool[,,] RawSchedule { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 627public void ResetSchedule() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 628public void SetDailySchedule(System.DirectoryServices.ActiveDirectory.HourOfDay fromHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour fromMinute, System.DirectoryServices.ActiveDirectory.HourOfDay toHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour toMinute) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 629public void SetSchedule(System.DayOfWeek day, System.DirectoryServices.ActiveDirectory.HourOfDay fromHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour fromMinute, System.DirectoryServices.ActiveDirectory.HourOfDay toHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour toMinute) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 630public void SetSchedule(System.DayOfWeek[] days, System.DirectoryServices.ActiveDirectory.HourOfDay fromHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour fromMinute, System.DirectoryServices.ActiveDirectory.HourOfDay toHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour toMinute) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 634internal ActiveDirectorySchema() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 635public System.DirectoryServices.ActiveDirectory.DirectoryServer SchemaRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 637public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 638public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 639public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllDefunctClasses() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 640public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllDefunctProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 641public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 642public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 643public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass FindClass(string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 644public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass FindDefunctClass(string commonName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 645public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty FindDefunctProperty(string commonName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 646public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty FindProperty(string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 647public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema GetCurrentSchema() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 648public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 649public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 650public void RefreshSchema() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 654public ActiveDirectorySchemaClass(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 655public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection AuxiliaryClasses { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 656public string? CommonName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 657public System.DirectoryServices.ActiveDirectorySecurity? DefaultObjectSecurityDescriptor { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 658public string? Description { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 659public bool IsDefunct { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 660public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection MandatoryProperties { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 661public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 662public string? Oid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 663public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection OptionalProperties { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 664public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection PossibleInferiors { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 665public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection PossibleSuperiors { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 666public System.Guid SchemaGuid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 667public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass? SubClassOf { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 668public System.DirectoryServices.ActiveDirectory.SchemaClassType Type { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 671public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 672public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection GetAllProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 673public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 674public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 675public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 679internal ActiveDirectorySchemaClassCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 680public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 681public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 682public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection schemaClasses) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 683public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[] schemaClasses) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 684public void AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection schemaClasses) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 685public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 686public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[] schemaClasses, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 687public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 688public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 689protected override void OnClearComplete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 690protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 691protected override void OnRemoveComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 692protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 693protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 694public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 698public ActiveDirectorySchemaProperty(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 699public string? CommonName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 700public string? Description { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 701public bool IsDefunct { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 702public bool IsInAnr { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 703public bool IsIndexed { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 704public bool IsIndexedOverContainer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 705public bool IsInGlobalCatalog { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 706public bool IsOnTombstonedObject { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 707public bool IsSingleValued { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 708public bool IsTupleIndexed { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 709public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty? Link { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 710public int? LinkId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 711public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 712public string? Oid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 713public int? RangeLower { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 714public int? RangeUpper { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 715public System.Guid SchemaGuid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 716public System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax Syntax { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 719public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 720public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 721public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 722public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 726internal ActiveDirectorySchemaPropertyCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 727public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 728public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 729public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection properties) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 730public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 731public void AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection properties) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 732public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 733public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 734public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 735public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 736protected override void OnClearComplete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 737protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 738protected override void OnRemoveComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 739protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 740protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 741public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 745public ActiveDirectoryServerDownException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 750protected ActiveDirectoryServerDownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 751public ActiveDirectoryServerDownException(string? message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 752public ActiveDirectoryServerDownException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 753public ActiveDirectoryServerDownException(string? message, System.Exception? inner, int errorCode, string? name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 754public ActiveDirectoryServerDownException(string? message, int errorCode, string? name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 755public int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 756public override string Message { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 757public string? Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 762public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 766public ActiveDirectorySite(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 767public System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection AdjacentSites { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 768public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection BridgeheadServers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 769public System.DirectoryServices.ActiveDirectory.DomainCollection Domains { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 771public System.DirectoryServices.ActiveDirectory.DirectoryServer? InterSiteTopologyGenerator { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 772public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? IntraSiteReplicationSchedule { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 773public string? Location { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 774public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 775public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 776public System.DirectoryServices.ActiveDirectory.DirectoryServerCollection PreferredRpcBridgeheadServers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 777public System.DirectoryServices.ActiveDirectory.DirectoryServerCollection PreferredSmtpBridgeheadServers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 778public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection Servers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 779public System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection SiteLinks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 780public System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection Subnets { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 781public void Delete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 784public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySite FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 785public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySite GetComputerSite() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 786public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 787public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 788public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 792internal ActiveDirectorySiteCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 793public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 794public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 795public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection sites) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 796public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] sites) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 797public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 798public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 799public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 800public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 801protected override void OnClearComplete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 802protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 803protected override void OnRemoveComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 804protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 805protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 806public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 810public ActiveDirectorySiteLink(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 811public ActiveDirectorySiteLink(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 812public ActiveDirectorySiteLink(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 813public int Cost { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 814public bool DataCompressionEnabled { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 815public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? InterSiteReplicationSchedule { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 816public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 817public bool NotificationEnabled { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 818public bool ReciprocalReplicationEnabled { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 819public System.TimeSpan ReplicationInterval { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 820public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection Sites { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 821public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 822public void Delete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 825public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 826public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 827public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 828public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 829public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 833public ActiveDirectorySiteLinkBridge(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 834public ActiveDirectorySiteLinkBridge(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 835public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 836public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection SiteLinks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 837public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 838public void Delete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 841public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 842public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 843public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 844public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 845public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 849internal ActiveDirectorySiteLinkCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 850public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 851public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 852public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection links) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 853public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] links) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 854public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 855public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 856public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 857public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 858protected override void OnClearComplete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 859protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 860protected override void OnRemoveComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 861protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 862protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 863public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 883public ActiveDirectorySubnet(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string subnetName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 884public ActiveDirectorySubnet(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string subnetName, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 885public string? Location { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 886public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 887public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite? Site { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 888public void Delete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 891public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string subnetName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 892public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 893public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 894public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 898internal ActiveDirectorySubnetCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 899public System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 900public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 901public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection subnets) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 902public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[] subnets) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 903public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 904public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 905public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 906public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 907protected override void OnClear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 908protected override void OnClearComplete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 909protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 910protected override void OnRemoveComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 911protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 912protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 913public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 948internal AdamInstance() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 949public System.DirectoryServices.ActiveDirectory.ConfigurationSet ConfigurationSet { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 950public string? DefaultPartition { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 951public string HostName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 952public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection InboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 953public override string? IPAddress { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 954public int LdapPort { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 955public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection OutboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 956public System.DirectoryServices.ActiveDirectory.AdamRoleCollection Roles { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 957public override string SiteName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 958public int SslPort { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 959public override System.DirectoryServices.ActiveDirectory.SyncUpdateCallback? SyncFromAllServersCallback { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 960public override void CheckReplicationConsistency() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 963public static System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 964public static System.DirectoryServices.ActiveDirectory.AdamInstance FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 965public static System.DirectoryServices.ActiveDirectory.AdamInstance GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 966public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetAllReplicationNeighbors() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 967public override System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection GetReplicationConnectionFailures() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 968public override System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection GetReplicationCursors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 969public override System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata GetReplicationMetadata(string objectPath) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 970public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetReplicationNeighbors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 971public override System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation GetReplicationOperationInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 972public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 973public void SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 974public override void SyncReplicaFromAllServers(string partition, System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions options) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 975public override void SyncReplicaFromServer(string partition, string sourceServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 976public void TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 977public override void TriggerSyncReplicaFromNeighbors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 981internal AdamInstanceCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 982public System.DirectoryServices.ActiveDirectory.AdamInstance this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 983public bool Contains(System.DirectoryServices.ActiveDirectory.AdamInstance adamInstance) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 984public void CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[] adamInstances, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 985public int IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance adamInstance) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 994internal AdamRoleCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 995public System.DirectoryServices.ActiveDirectory.AdamRole this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 996public bool Contains(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 997public void CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[] roles, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 998public int IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1002public ApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string distinguishedName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1003public ApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string distinguishedName, string objectClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1004public System.DirectoryServices.ActiveDirectory.DirectoryServerCollection DirectoryServers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1005public string? SecurityReferenceDomain { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1006public void Delete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1008public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDirectoryServers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1009public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDirectoryServers(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1010public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDiscoverableDirectoryServers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1011public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDiscoverableDirectoryServers(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1012public static System.DirectoryServices.ActiveDirectory.ApplicationPartition FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string distinguishedName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1013public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1014public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer(bool forceRediscovery) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1015public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1016public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer(string siteName, bool forceRediscovery) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1017public static System.DirectoryServices.ActiveDirectory.ApplicationPartition GetApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1018public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1019public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1023internal ApplicationPartitionCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1024public System.DirectoryServices.ActiveDirectory.ApplicationPartition this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1025public bool Contains(System.DirectoryServices.ActiveDirectory.ApplicationPartition applicationPartition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1026public void CopyTo(System.DirectoryServices.ActiveDirectory.ApplicationPartition[] applicationPartitions, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1027public int IndexOf(System.DirectoryServices.ActiveDirectory.ApplicationPartition applicationPartition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1031internal AttributeMetadata() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1032public System.DateTime LastOriginatingChangeTime { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1033public System.Guid LastOriginatingInvocationId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1034public long LocalChangeUsn { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1035public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1036public long OriginatingChangeUsn { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1037public string? OriginatingServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1038public int Version { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1042internal AttributeMetadataCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1043public System.DirectoryServices.ActiveDirectory.AttributeMetadata this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1044public bool Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata metadata) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1045public void CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[] metadata, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1046public int IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata metadata) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1050internal ConfigurationSet() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1051public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection AdamInstances { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1052public System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection ApplicationPartitions { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1053public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1054public System.DirectoryServices.ActiveDirectory.AdamInstance NamingRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1055public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema Schema { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1056public System.DirectoryServices.ActiveDirectory.AdamInstance SchemaRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1057public System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection Sites { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1060public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1061public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance(string partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1062public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance(string? partitionName, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1063public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAllAdamInstances() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1064public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAllAdamInstances(string? partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1065public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAllAdamInstances(string? partitionName, string? siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1066public static System.DirectoryServices.ActiveDirectory.ConfigurationSet GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1067public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1068public System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel GetSecurityLevel() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1069public void SetSecurityLevel(System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel securityLevel) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1070public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1074public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1075public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType, string name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1076public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType, string? username, string? password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1077public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType, string name, string? username, string? password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1078public System.DirectoryServices.ActiveDirectory.DirectoryContextType ContextType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1079public string? Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1080public string? UserName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1092protected DirectoryServer() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1095public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1097public System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection Partitions { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1105public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1111public void MoveToAnotherSite(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1114public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1119internal DirectoryServerCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1120public System.DirectoryServices.ActiveDirectory.DirectoryServer this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1121public int Add(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1122public void AddRange(System.DirectoryServices.ActiveDirectory.DirectoryServer[] servers) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1123public bool Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1124public void CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1125public int IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1126public void Insert(int index, System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1127protected override void OnClear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1128protected override void OnClearComplete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1129protected override void OnInsertComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1130protected override void OnRemoveComplete(int index, object? value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1131protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1132protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1133public void Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1137internal Domain() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1138public System.DirectoryServices.ActiveDirectory.DomainCollection Children { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1139public System.DirectoryServices.ActiveDirectory.DomainControllerCollection DomainControllers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1140public System.DirectoryServices.ActiveDirectory.DomainMode DomainMode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1141public int DomainModeLevel { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1142public System.DirectoryServices.ActiveDirectory.Forest Forest { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1143public System.DirectoryServices.ActiveDirectory.DomainController InfrastructureRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1144public System.DirectoryServices.ActiveDirectory.Domain? Parent { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1145public System.DirectoryServices.ActiveDirectory.DomainController PdcRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1146public System.DirectoryServices.ActiveDirectory.DomainController RidRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1147public void CreateLocalSideOfTrustRelationship(string targetDomainName, System.DirectoryServices.ActiveDirectory.TrustDirection direction, string trustPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1148public void CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1149public void DeleteLocalSideOfTrustRelationship(string targetDomainName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1150public void DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1151public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDiscoverableDomainControllers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1152public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDiscoverableDomainControllers(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1153public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDomainControllers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1154public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDomainControllers(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1155public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1156public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1157public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1158public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController(string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1159public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection GetAllTrustRelationships() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1160public static System.DirectoryServices.ActiveDirectory.Domain GetComputerDomain() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1161public static System.DirectoryServices.ActiveDirectory.Domain GetCurrentDomain() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1162public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1163public static System.DirectoryServices.ActiveDirectory.Domain GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1164public bool GetSelectiveAuthenticationStatus(string targetDomainName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1165public bool GetSidFilteringStatus(string targetDomainName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1166public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation GetTrustRelationship(string targetDomainName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1167public void RaiseDomainFunctionality(System.DirectoryServices.ActiveDirectory.DomainMode domainMode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1168public void RaiseDomainFunctionalityLevel(int domainMode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1169public void RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1170public void SetSelectiveAuthenticationStatus(string targetDomainName, bool enable) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1171public void SetSidFilteringStatus(string targetDomainName, bool enable) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1172public void UpdateLocalSideOfTrustRelationship(string targetDomainName, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection, string newTrustPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1173public void UpdateLocalSideOfTrustRelationship(string targetDomainName, string newTrustPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1174public void UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1175public void VerifyOutboundTrustRelationship(string targetDomainName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1176public void VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1180internal DomainCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1181public System.DirectoryServices.ActiveDirectory.Domain this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1182public bool Contains(System.DirectoryServices.ActiveDirectory.Domain domain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1183public void CopyTo(System.DirectoryServices.ActiveDirectory.Domain[] domains, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1184public int IndexOf(System.DirectoryServices.ActiveDirectory.Domain domain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1197protected DomainController() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1198public System.DateTime CurrentTime { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1199public System.DirectoryServices.ActiveDirectory.Domain Domain { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1200public System.DirectoryServices.ActiveDirectory.Forest Forest { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1201public long HighestCommittedUsn { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1202public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection InboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1203public override string? IPAddress { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1204public string OSVersion { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1205public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection OutboundConnections { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1206public System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection Roles { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1207public override string SiteName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1208public override System.DirectoryServices.ActiveDirectory.SyncUpdateCallback? SyncFromAllServersCallback { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1209public override void CheckReplicationConsistency() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1211public virtual System.DirectoryServices.ActiveDirectory.GlobalCatalog EnableGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1213public static System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1214public static System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1215public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1216public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1217public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1218public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1219public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetAllReplicationNeighbors() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1220public virtual System.DirectoryServices.DirectorySearcher GetDirectorySearcher() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1221public static System.DirectoryServices.ActiveDirectory.DomainController GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1222public override System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection GetReplicationConnectionFailures() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1223public override System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection GetReplicationCursors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1224public override System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata GetReplicationMetadata(string objectPath) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1225public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetReplicationNeighbors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1226public override System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation GetReplicationOperationInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1227public virtual bool IsGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1228public void SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1229public override void SyncReplicaFromAllServers(string partition, System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions options) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1230public override void SyncReplicaFromServer(string partition, string sourceServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1231public void TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1232public override void TriggerSyncReplicaFromNeighbors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1236internal DomainControllerCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1237public System.DirectoryServices.ActiveDirectory.DomainController this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1238public bool Contains(System.DirectoryServices.ActiveDirectory.DomainController domainController) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1239public void CopyTo(System.DirectoryServices.ActiveDirectory.DomainController[] domainControllers, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1240public int IndexOf(System.DirectoryServices.ActiveDirectory.DomainController domainController) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1256internal Forest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1257public System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection ApplicationPartitions { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1258public System.DirectoryServices.ActiveDirectory.DomainCollection Domains { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1259public System.DirectoryServices.ActiveDirectory.ForestMode ForestMode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1260public int ForestModeLevel { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1261public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection GlobalCatalogs { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1262public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1263public System.DirectoryServices.ActiveDirectory.DomainController NamingRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1264public System.DirectoryServices.ActiveDirectory.Domain RootDomain { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1265public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema Schema { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1266public System.DirectoryServices.ActiveDirectory.DomainController SchemaRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1267public System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection Sites { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1268public void CreateLocalSideOfTrustRelationship(string targetForestName, System.DirectoryServices.ActiveDirectory.TrustDirection direction, string trustPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1269public void CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1270public void DeleteLocalSideOfTrustRelationship(string targetForestName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1271public void DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1274public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1275public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1276public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllGlobalCatalogs() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1277public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllGlobalCatalogs(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1278public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1279public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1280public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog(string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1281public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog(string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1282public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection GetAllTrustRelationships() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1283public static System.DirectoryServices.ActiveDirectory.Forest GetCurrentForest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1284public static System.DirectoryServices.ActiveDirectory.Forest GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1285public bool GetSelectiveAuthenticationStatus(string targetForestName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1286public bool GetSidFilteringStatus(string targetForestName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1287public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation GetTrustRelationship(string targetForestName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1288public void RaiseForestFunctionality(System.DirectoryServices.ActiveDirectory.ForestMode forestMode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1289public void RaiseForestFunctionalityLevel(int forestMode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1290public void RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1291public void SetSelectiveAuthenticationStatus(string targetForestName, bool enable) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1292public void SetSidFilteringStatus(string targetForestName, bool enable) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1293public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1294public void UpdateLocalSideOfTrustRelationship(string targetForestName, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection, string newTrustPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1295public void UpdateLocalSideOfTrustRelationship(string targetForestName, string newTrustPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1296public void UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1297public void VerifyOutboundTrustRelationship(string targetForestName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1298public void VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1313public ForestTrustCollisionException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1318protected ForestTrustCollisionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1319public ForestTrustCollisionException(string? message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1320public ForestTrustCollisionException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1321public ForestTrustCollisionException(string? message, System.Exception? inner, System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection? collisions) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1322public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection? Collisions { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1327public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1337internal ForestTrustDomainInfoCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1338public System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1339public bool Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1340public void CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1341public int IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1345internal ForestTrustDomainInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1346public string DnsName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1347public string DomainSid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1348public string NetBiosName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1349public System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus Status { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1361internal ForestTrustRelationshipCollision() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1362public string CollisionRecord { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1363public System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType CollisionType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1364public System.DirectoryServices.ActiveDirectory.DomainCollisionOptions DomainCollisionOption { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1365public System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions TopLevelNameCollisionOption { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1369internal ForestTrustRelationshipCollisionCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1370public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1371public bool Contains(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision collision) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1372public void CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1373public int IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision collision) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1377internal ForestTrustRelationshipInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1378public System.Collections.Specialized.StringCollection ExcludedTopLevelNames { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1379public System.DirectoryServices.ActiveDirectory.TopLevelNameCollection TopLevelNames { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1380public System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection TrustedDomainInformation { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1381public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1385internal GlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1386public System.DirectoryServices.ActiveDirectory.DomainController DisableGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1387public override System.DirectoryServices.ActiveDirectory.GlobalCatalog EnableGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1388public static new System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1389public static new System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1390public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1391public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1392public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1393public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1394public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1395public override System.DirectoryServices.DirectorySearcher GetDirectorySearcher() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1396public static System.DirectoryServices.ActiveDirectory.GlobalCatalog GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1397public override bool IsGlobalCatalog() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1401internal GlobalCatalogCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1402public System.DirectoryServices.ActiveDirectory.GlobalCatalog this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1403public bool Contains(System.DirectoryServices.ActiveDirectory.GlobalCatalog globalCatalog) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1404public void CopyTo(System.DirectoryServices.ActiveDirectory.GlobalCatalog[] globalCatalogs, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1405public int IndexOf(System.DirectoryServices.ActiveDirectory.GlobalCatalog globalCatalog) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1464internal ReadOnlyActiveDirectorySchemaClassCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1465public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1466public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1467public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[] classes, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1468public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1472internal ReadOnlyActiveDirectorySchemaPropertyCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1473public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1474public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1475public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1476public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1480internal ReadOnlyDirectoryServerCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1481public System.DirectoryServices.ActiveDirectory.DirectoryServer this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1482public bool Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer directoryServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1483public void CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[] directoryServers, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1484public int IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer directoryServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1488internal ReadOnlySiteCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1489public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1490public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1491public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] sites, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1492public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1496internal ReadOnlySiteLinkBridgeCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1497public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1498public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge bridge) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1499public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge[] bridges, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1500public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge bridge) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1504internal ReadOnlySiteLinkCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1505public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1506public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1507public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] links, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1508public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1512internal ReadOnlyStringCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1513public string this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1514public bool Contains(string value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1515public void CopyTo(string[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1516public int IndexOf(string value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1520public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1521public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1522public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1523public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1524public System.DirectoryServices.ActiveDirectory.NotificationStatus ChangeNotificationStatus { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1525public bool DataCompressionEnabled { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1526public string DestinationServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1527public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1528public bool GeneratedByKcc { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1529public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1530public bool ReciprocalReplicationEnabled { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1531public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? ReplicationSchedule { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1532public bool ReplicationScheduleOwnedByUser { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1533public System.DirectoryServices.ActiveDirectory.ReplicationSpan ReplicationSpan { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1534public string? SourceServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1535public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1536public void Delete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1540public static System.DirectoryServices.ActiveDirectory.ReplicationConnection FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1541public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1542public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1543public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1547internal ReplicationConnectionCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1548public System.DirectoryServices.ActiveDirectory.ReplicationConnection this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1549public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection connection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1550public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[] connections, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1551public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection connection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1555internal ReplicationCursor() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1556public System.DateTime LastSuccessfulSyncTime { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1557public string PartitionName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1558public System.Guid SourceInvocationId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1559public string? SourceServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1560public long UpToDatenessUsn { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1564internal ReplicationCursorCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1565public System.DirectoryServices.ActiveDirectory.ReplicationCursor this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1566public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor cursor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1567public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1568public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor cursor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1572internal ReplicationFailure() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1573public int ConsecutiveFailureCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1574public System.DateTime FirstFailureTime { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1575public int LastErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1576public string LastErrorMessage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1577public string? SourceServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1581internal ReplicationFailureCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1582public System.DirectoryServices.ActiveDirectory.ReplicationFailure this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1583public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure failure) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1584public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[] failures, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1585public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure failure) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1589internal ReplicationNeighbor() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1590public int ConsecutiveFailureCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1591public System.DateTime LastAttemptedSync { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1592public System.DateTime LastSuccessfulSync { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1593public string LastSyncMessage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1594public int LastSyncResult { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1595public string? PartitionName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1596public System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions ReplicationNeighborOption { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1597public System.Guid SourceInvocationId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1598public string? SourceServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1599public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1600public long UsnAttributeFilter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1601public long UsnLastObjectChangeSynced { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1624internal ReplicationNeighborCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1625public System.DirectoryServices.ActiveDirectory.ReplicationNeighbor this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1626public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor neighbor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1627public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor[] neighbors, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1628public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor neighbor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1632internal ReplicationOperation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1633public int OperationNumber { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1634public System.DirectoryServices.ActiveDirectory.ReplicationOperationType OperationType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1635public string? PartitionName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1636public int Priority { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1637public string? SourceServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1638public System.DateTime TimeEnqueued { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1642internal ReplicationOperationCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1643public System.DirectoryServices.ActiveDirectory.ReplicationOperation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1644public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation operation) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1645public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[] operations, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1646public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation operation) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1650public ReplicationOperationInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1651public System.DirectoryServices.ActiveDirectory.ReplicationOperation? CurrentOperation { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1652public System.DateTime OperationStartTime { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1653public System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection? PendingOperations { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1689internal SyncFromAllServersErrorInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1690public System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory ErrorCategory { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1691public int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1692public string ErrorMessage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1693public string? SourceServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1694public string? TargetServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1705public SyncFromAllServersOperationException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1710protected SyncFromAllServersOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1711public SyncFromAllServersOperationException(string? message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1712public SyncFromAllServersOperationException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1713public SyncFromAllServersOperationException(string? message, System.Exception? inner, System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[]? errors) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1714public System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[] ErrorInformation { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1719public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1735internal TopLevelName() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1736public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1737public System.DirectoryServices.ActiveDirectory.TopLevelNameStatus Status { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1741internal TopLevelNameCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1742public System.DirectoryServices.ActiveDirectory.TopLevelName this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1743public bool Contains(System.DirectoryServices.ActiveDirectory.TopLevelName name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1744public void CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[] names, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1745public int IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1770internal TrustRelationshipInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1771public string? SourceName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1772public string? TargetName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1773public System.DirectoryServices.ActiveDirectory.TrustDirection TrustDirection { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1774public System.DirectoryServices.ActiveDirectory.TrustType TrustType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1778internal TrustRelationshipInformationCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1779public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 1780public bool Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1781public void CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 1782public int IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation information) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
System.DirectoryServices.AccountManagement (273)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (273)
11protected internal AdvancedFilters(System.DirectoryServices.AccountManagement.Principal p) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 12public void AccountExpirationDate(System.DateTime expirationTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 13public void AccountLockoutTime(System.DateTime lockoutTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 14protected void AdvancedFilterSet(string attribute, object value, System.Type objectType, System.DirectoryServices.AccountManagement.MatchType mt) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 15public void BadLogonCount(int badLogonCount, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 16public void LastBadPasswordAttempt(System.DateTime lastAttempt, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 17public void LastLogonTime(System.DateTime logonTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 18public void LastPasswordSetTime(System.DateTime passwordSetTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 23protected internal AuthenticablePrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 24protected internal AuthenticablePrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName, string password, bool enabled) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 25public System.DateTime? AccountExpirationDate { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 26public System.DateTime? AccountLockoutTime { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 27public virtual System.DirectoryServices.AccountManagement.AdvancedFilters AdvancedSearchFilter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 28public bool AllowReversiblePasswordEncryption { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 29public int BadLogonCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 30public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 31public bool DelegationPermitted { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 32public bool? Enabled { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 33public string HomeDirectory { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 34public string HomeDrive { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 35public System.DateTime? LastBadPasswordAttempt { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 36public System.DateTime? LastLogon { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 37public System.DateTime? LastPasswordSet { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 38public bool PasswordNeverExpires { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 39public bool PasswordNotRequired { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 40public byte[] PermittedLogonTimes { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 41public System.DirectoryServices.AccountManagement.PrincipalValueCollection<string> PermittedWorkstations { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 42public string ScriptPath { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 43public bool SmartcardLogonRequired { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 44public bool UserCannotChangePassword { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 45public void ChangePassword(string oldPassword, string newPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 46public void ExpirePasswordNow() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 47public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 48protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByBadPasswordAttempt<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 49public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 50protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByExpirationTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 51public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 52protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByLockoutTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 53public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 54protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByLogonTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 55public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 56protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByPasswordSetTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 57public bool IsAccountLockedOut() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 58public void RefreshExpiredPassword() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 59public void SetPassword(string newPassword) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 60public void UnlockAccount() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 65public ComputerPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 66public ComputerPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName, string password, bool enabled) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 67public System.DirectoryServices.AccountManagement.PrincipalValueCollection<string> ServicePrincipalNames { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 68public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 69public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 70public static new System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 71public static new System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 72public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 73public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 74public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 95public DirectoryObjectClassAttribute(string objectClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 96public System.DirectoryServices.AccountManagement.ContextType? Context { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 97public string ObjectClass { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 102public DirectoryPropertyAttribute(string schemaAttributeName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 103public System.DirectoryServices.AccountManagement.ContextType? Context { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 104public string SchemaAttributeName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 109public DirectoryRdnPrefixAttribute(string rdnPrefix) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 110public System.DirectoryServices.AccountManagement.ContextType? Context { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 111public string RdnPrefix { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 116public GroupPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 117public GroupPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 118public System.DirectoryServices.AccountManagement.GroupScope? GroupScope { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 119public bool? IsSecurityGroup { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 120public System.DirectoryServices.AccountManagement.PrincipalCollection Members { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 122public static new System.DirectoryServices.AccountManagement.GroupPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 123public static new System.DirectoryServices.AccountManagement.GroupPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 124public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetMembers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 125public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetMembers(bool recursive) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 153public MultipleMatchesException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 158protected MultipleMatchesException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 159public MultipleMatchesException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 160public MultipleMatchesException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 164public NoMatchingPrincipalException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 169protected NoMatchingPrincipalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 170public NoMatchingPrincipalException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 171public NoMatchingPrincipalException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 175public PasswordException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 180protected PasswordException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 181public PasswordException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 182public PasswordException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 187protected Principal() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 188public System.DirectoryServices.AccountManagement.PrincipalContext Context { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 191protected internal System.DirectoryServices.AccountManagement.PrincipalContext ContextRaw { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 192public System.DirectoryServices.AccountManagement.ContextType ContextType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 193public string Description { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 194public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 195public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 196public System.Guid? Guid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 197public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 198public string SamAccountName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 199public System.Security.Principal.SecurityIdentifier Sid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 200public string StructuralObjectClass { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 201public string UserPrincipalName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 203protected void CheckDisposedOrDeleted() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 204public void Delete() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 206public override bool Equals(object o) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 207protected object[] ExtensionGet(string attribute) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 208protected void ExtensionSet(string attribute, object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 209public static System.DirectoryServices.AccountManagement.Principal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 210public static System.DirectoryServices.AccountManagement.Principal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 212protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext context, System.Type principalType, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 214protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext context, System.Type principalType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 215public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetGroups() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 216public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext contextToQuery) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 217public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 218public object GetUnderlyingObject() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 219public System.Type GetUnderlyingObjectType() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 220public bool IsMemberOf(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 221public bool IsMemberOf(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 222public void Save() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 223public void Save(System.DirectoryServices.AccountManagement.PrincipalContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 224public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 228internal PrincipalCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 229public int Count { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 230public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 231public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 232public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 233int System.Collections.ICollection.Count { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 234bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 235object System.Collections.ICollection.SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 236public void Add(System.DirectoryServices.AccountManagement.ComputerPrincipal computer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 237public void Add(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 238public void Add(System.DirectoryServices.AccountManagement.Principal principal) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 239public void Add(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 240public void Add(System.DirectoryServices.AccountManagement.UserPrincipal user) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 241public void Clear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 242public bool Contains(System.DirectoryServices.AccountManagement.ComputerPrincipal computer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 243public bool Contains(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 244public bool Contains(System.DirectoryServices.AccountManagement.Principal principal) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 245public bool Contains(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 246public bool Contains(System.DirectoryServices.AccountManagement.UserPrincipal user) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 247public void CopyTo(System.DirectoryServices.AccountManagement.Principal[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 248public System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 249public bool Remove(System.DirectoryServices.AccountManagement.ComputerPrincipal computer) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 250public bool Remove(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 251public bool Remove(System.DirectoryServices.AccountManagement.Principal principal) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 252public bool Remove(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 253public bool Remove(System.DirectoryServices.AccountManagement.UserPrincipal user) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 254void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 255System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 259public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 260public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 261public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 262public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container, System.DirectoryServices.AccountManagement.ContextOptions options) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 263public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container, System.DirectoryServices.AccountManagement.ContextOptions options, string userName, string password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 264public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string userName, string password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 265public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container, string userName, string password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 266public string ConnectedServer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 267public string Container { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 268public System.DirectoryServices.AccountManagement.ContextType ContextType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 269public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 270public System.DirectoryServices.AccountManagement.ContextOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 271public string UserName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 273public bool ValidateCredentials(string userName, string password) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 274public bool ValidateCredentials(string userName, string password, System.DirectoryServices.AccountManagement.ContextOptions options) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 278private protected PrincipalException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 283protected PrincipalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 287public PrincipalExistsException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 292protected PrincipalExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context){ throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 293public PrincipalExistsException(string message){ throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 294public PrincipalExistsException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 298public PrincipalOperationException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 303protected PrincipalOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 304public PrincipalOperationException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 305public PrincipalOperationException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 306public PrincipalOperationException(string message, System.Exception innerException, int errorCode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 307public PrincipalOperationException(string message, int errorCode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 308public int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 313public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 317public PrincipalSearcher() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 318public PrincipalSearcher(System.DirectoryServices.AccountManagement.Principal queryFilter) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 319public System.DirectoryServices.AccountManagement.PrincipalContext Context { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 320public System.DirectoryServices.AccountManagement.Principal QueryFilter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 322public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> FindAll() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 323public System.DirectoryServices.AccountManagement.Principal FindOne() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 324public object GetUnderlyingSearcher() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 325public System.Type GetUnderlyingSearcherType() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 329internal PrincipalSearchResult() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 331public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 332System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 336public PrincipalServerDownException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 341protected PrincipalServerDownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base (default(System.Runtime.Serialization.SerializationInfo), default(System.Runtime.Serialization.StreamingContext)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 342public PrincipalServerDownException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 343public PrincipalServerDownException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 344public PrincipalServerDownException(string message, System.Exception innerException, int errorCode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 345public PrincipalServerDownException(string message, System.Exception innerException, int errorCode, string serverName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 346public PrincipalServerDownException(string message, int errorCode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 351public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 355internal PrincipalValueCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 356public int Count { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 357public bool IsFixedSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 358public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 359public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 360public T this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 361public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 362int System.Collections.ICollection.Count { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 363bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 364object System.Collections.ICollection.SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 365bool System.Collections.IList.IsFixedSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 366bool System.Collections.IList.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 367object System.Collections.IList.this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 368public void Add(T value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 369public void Clear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 370public bool Contains(T value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 371public void CopyTo(T[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 372public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 373public int IndexOf(T value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 374public void Insert(int index, T value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 375public bool Remove(T value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 376public void RemoveAt(int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 377void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 378System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 379int System.Collections.IList.Add(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 380void System.Collections.IList.Clear() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 381bool System.Collections.IList.Contains(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 382int System.Collections.IList.IndexOf(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 383void System.Collections.IList.Insert(int index, object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 384void System.Collections.IList.Remove(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 385void System.Collections.IList.RemoveAt(int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 390public UserPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 391public UserPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName, string password, bool enabled) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 392public override System.DirectoryServices.AccountManagement.AdvancedFilters AdvancedSearchFilter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 393public static System.DirectoryServices.AccountManagement.UserPrincipal Current { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 394public string EmailAddress { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 395public string EmployeeId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 396public string GivenName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 397public string MiddleName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 398public string Surname { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 399public string VoiceTelephoneNumber { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 400public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 401public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 402public static new System.DirectoryServices.AccountManagement.UserPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 403public static new System.DirectoryServices.AccountManagement.UserPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 404public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 405public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 406public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } 407public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetAuthorizationGroups() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
System.DirectoryServices.Protocols (437)
artifacts\obj\System.DirectoryServices.Protocols\Debug\net10.0\System.DirectoryServices.Protocols.notsupported.cs (437)
11public AddRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 12public AddRequest(string distinguishedName, params System.DirectoryServices.Protocols.DirectoryAttribute[] attributes) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 13public AddRequest(string distinguishedName, string objectClass) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 14public System.DirectoryServices.Protocols.DirectoryAttributeCollection Attributes { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 15public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 19internal AddResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 23public AsqRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 24public AsqRequestControl(string attributeName) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 25public string AttributeName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 26public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 30internal AsqResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 31public System.DirectoryServices.Protocols.ResultCode Result { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 48public BerConversionException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 53protected BerConversionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 54public BerConversionException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 55public BerConversionException(string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 59public static object[] Decode(string format, byte[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 60public static byte[] Encode(string format, params object[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 64public CompareRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 65public CompareRequest(string distinguishedName, System.DirectoryServices.Protocols.DirectoryAttribute assertion) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 66public CompareRequest(string distinguishedName, string attributeName, byte[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 67public CompareRequest(string distinguishedName, string attributeName, string value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 68public CompareRequest(string distinguishedName, string attributeName, System.Uri value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 69public System.DirectoryServices.Protocols.DirectoryAttribute Assertion { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 70public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 74internal CompareResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 78public CrossDomainMoveControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 79public CrossDomainMoveControl(string targetDomainController) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 80public string TargetDomainController { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 81public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 85public DeleteRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 86public DeleteRequest(string distinguishedName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 87public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 91internal DeleteResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 103public DirectoryAttribute() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 104public DirectoryAttribute(string name, byte[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 105public DirectoryAttribute(string name, params object[] values) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 106public DirectoryAttribute(string name, string value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 107public DirectoryAttribute(string name, System.Uri value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 108public object this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 109public string Name { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 110public int Add(byte[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 111public int Add(string value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 112public int Add(System.Uri value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 113public void AddRange(object[] values) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 114public bool Contains(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 115public void CopyTo(object[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 116public object[] GetValues(System.Type valuesType) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 117public int IndexOf(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 118public void Insert(int index, byte[] value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 119public void Insert(int index, string value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 120public void Insert(int index, System.Uri value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 121protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 122public void Remove(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 126public DirectoryAttributeCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 127public System.DirectoryServices.Protocols.DirectoryAttribute this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 128public int Add(System.DirectoryServices.Protocols.DirectoryAttribute attribute) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 129public void AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection attributeCollection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 130public void AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[] attributes) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 131public bool Contains(System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 132public void CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 133public int IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 134public void Insert(int index, System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 135protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 136public void Remove(System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 140public DirectoryAttributeModification() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 141public System.DirectoryServices.Protocols.DirectoryAttributeOperation Operation { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 145public DirectoryAttributeModificationCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 146public System.DirectoryServices.Protocols.DirectoryAttributeModification this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 147public int Add(System.DirectoryServices.Protocols.DirectoryAttributeModification attribute) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 148public void AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection attributeCollection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 149public void AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[] attributes) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 150public bool Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 151public void CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 152public int IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 153public void Insert(int index, System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 154protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 155public void Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 165protected DirectoryConnection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 166public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 167public virtual System.Net.NetworkCredential Credential { set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 168public virtual System.DirectoryServices.Protocols.DirectoryIdentifier Directory { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 169public virtual System.TimeSpan Timeout { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 174public DirectoryControl(string type, byte[] value, bool isCritical, bool serverSide) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 175public bool IsCritical { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 176public bool ServerSide { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 177public string Type { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 178public virtual byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 182public DirectoryControlCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 183public System.DirectoryServices.Protocols.DirectoryControl this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 184public int Add(System.DirectoryServices.Protocols.DirectoryControl control) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 185public void AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection controlCollection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 186public void AddRange(System.DirectoryServices.Protocols.DirectoryControl[] controls) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 187public bool Contains(System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 188public void CopyTo(System.DirectoryServices.Protocols.DirectoryControl[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 189public int IndexOf(System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 190public void Insert(int index, System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 191protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 192public void Remove(System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 196public DirectoryException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 201protected DirectoryException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 202public DirectoryException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 203public DirectoryException(string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 207protected DirectoryIdentifier() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 211public DirectoryNotificationControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 215protected DirectoryOperation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 219public DirectoryOperationException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 220public DirectoryOperationException(System.DirectoryServices.Protocols.DirectoryResponse response) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 221public DirectoryOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 222public DirectoryOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 227protected DirectoryOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 228public DirectoryOperationException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 229public DirectoryOperationException(string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 230public System.DirectoryServices.Protocols.DirectoryResponse Response { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 235public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 239internal DirectoryRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 240public System.DirectoryServices.Protocols.DirectoryControlCollection Controls { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 241public string RequestId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 245internal DirectoryResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 246public virtual System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 247public virtual string ErrorMessage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 248public virtual string MatchedDN { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 249public virtual System.Uri[] Referral { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 250public string RequestId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 251public virtual System.DirectoryServices.Protocols.ResultCode ResultCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 264public DirSyncRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 265public DirSyncRequestControl(byte[] cookie) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 266public DirSyncRequestControl(byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 267public DirSyncRequestControl(byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option, int attributeCount) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 268public int AttributeCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 269public byte[] Cookie { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 270public System.DirectoryServices.Protocols.DirectorySynchronizationOptions Option { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 271public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 275internal DirSyncResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 276public byte[] Cookie { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 277public bool MoreData { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 278public int ResultSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 282public DomainScopeControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 286public DsmlAuthRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 287public DsmlAuthRequest(string principal) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 288public string Principal { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 292public ExtendedDNControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 293public ExtendedDNControl(System.DirectoryServices.Protocols.ExtendedDNFlag flag) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 294public System.DirectoryServices.Protocols.ExtendedDNFlag Flag { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 295public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 304public ExtendedRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 305public ExtendedRequest(string requestName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 306public ExtendedRequest(string requestName, byte[] requestValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 307public string RequestName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 308public byte[] RequestValue { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 312internal ExtendedResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 313public string ResponseName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 314public byte[] ResponseValue { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 318public LazyCommitControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 322public LdapConnection(System.DirectoryServices.Protocols.LdapDirectoryIdentifier identifier) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 323public LdapConnection(System.DirectoryServices.Protocols.LdapDirectoryIdentifier identifier, System.Net.NetworkCredential credential) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 324public LdapConnection(System.DirectoryServices.Protocols.LdapDirectoryIdentifier identifier, System.Net.NetworkCredential credential, System.DirectoryServices.Protocols.AuthType authType) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 325public LdapConnection(string server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 326public System.DirectoryServices.Protocols.AuthType AuthType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 327public bool AutoBind { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 328public override System.Net.NetworkCredential Credential { set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 329public System.DirectoryServices.Protocols.LdapSessionOptions SessionOptions { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 330public override System.TimeSpan Timeout { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 331public void Abort(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 332public System.IAsyncResult BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest request, System.DirectoryServices.Protocols.PartialResultProcessing partialMode, System.AsyncCallback callback, object state) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 333public System.IAsyncResult BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest request, System.TimeSpan requestTimeout, System.DirectoryServices.Protocols.PartialResultProcessing partialMode, System.AsyncCallback callback, object state) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 334public void Bind() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 335public void Bind(System.Net.NetworkCredential newCredential) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 338public System.DirectoryServices.Protocols.DirectoryResponse EndSendRequest(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 340public System.DirectoryServices.Protocols.PartialResultsCollection GetPartialResults(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 341public override System.DirectoryServices.Protocols.DirectoryResponse SendRequest(System.DirectoryServices.Protocols.DirectoryRequest request) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 342public System.DirectoryServices.Protocols.DirectoryResponse SendRequest(System.DirectoryServices.Protocols.DirectoryRequest request, System.TimeSpan requestTimeout) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 346public LdapDirectoryIdentifier(string server) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 347public LdapDirectoryIdentifier(string server, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 348public LdapDirectoryIdentifier(string server, int portNumber) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 349public LdapDirectoryIdentifier(string server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 350public LdapDirectoryIdentifier(string[] servers, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 351public LdapDirectoryIdentifier(string[] servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 352public bool Connectionless { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 353public bool FullyQualifiedDnsHostName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 354public int PortNumber { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 355public string[] Servers { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 359public LdapException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 360public LdapException(int errorCode) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 361public LdapException(int errorCode, string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 362public LdapException(int errorCode, string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 363public LdapException(int errorCode, string message, string serverErrorMessage) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 368protected LdapException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 369public LdapException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 370public LdapException(string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 371public int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 372public System.DirectoryServices.Protocols.PartialResultsCollection PartialResults { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 373public string ServerErrorMessage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 378public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 382internal LdapSessionOptions() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 383public bool AutoReconnect { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 384public string DomainName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 389public string HostName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 390public bool HostReachable { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 391public System.DirectoryServices.Protocols.LocatorFlags LocatorFlag { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 392public System.TimeSpan PingKeepAliveTimeout { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 393public int PingLimit { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 394public System.TimeSpan PingWaitTimeout { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 395public int ProtocolVersion { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 396public System.DirectoryServices.Protocols.QueryClientCertificateCallback QueryClientCertificate { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 397public System.DirectoryServices.Protocols.ReferralCallback ReferralCallback { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 398public System.DirectoryServices.Protocols.ReferralChasingOptions ReferralChasing { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 399public int ReferralHopLimit { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 400public bool RootDseCache { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 401public string SaslMethod { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 402public bool Sealing { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 403public bool SecureSocketLayer { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 404public object SecurityContext { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 405public System.TimeSpan SendTimeout { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 406public bool Signing { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 407public System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation SslInformation { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 408public int SspiFlag { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 413public bool TcpKeepAlive { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 414public System.DirectoryServices.Protocols.VerifyServerCertificateCallback VerifyServerCertificate { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 415public void FastConcurrentBind() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 416public void StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection controls) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 417public void StopTransportLayerSecurity() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 442public ModifyDNRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 443public ModifyDNRequest(string distinguishedName, string newParentDistinguishedName, string newName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 444public bool DeleteOldRdn { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 445public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 446public string NewName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 447public string NewParentDistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 451internal ModifyDNResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 455public ModifyRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 456public ModifyRequest(string distinguishedName, params System.DirectoryServices.Protocols.DirectoryAttributeModification[] modifications) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 457public ModifyRequest(string distinguishedName, System.DirectoryServices.Protocols.DirectoryAttributeOperation operation, string attributeName, params object[] values) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 458public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 459public System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection Modifications { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 463internal ModifyResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 468public PageResultRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 469public PageResultRequestControl(byte[] cookie) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 470public PageResultRequestControl(int pageSize) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 471public byte[] Cookie { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 472public int PageSize { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 473public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 477internal PageResultResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 478public byte[] Cookie { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 479public int TotalCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 489internal PartialResultsCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 490public object this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 491public bool Contains(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 492public void CopyTo(object[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 493public int IndexOf(object value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 497public PermissiveModifyControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 504public QuotaControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 505public QuotaControl(System.Security.Principal.SecurityIdentifier querySid) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 506public System.Security.Principal.SecurityIdentifier QuerySid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 507public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 511public ReferralCallback() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 512public System.DirectoryServices.Protocols.DereferenceConnectionCallback DereferenceConnection { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 513public System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback NotifyNewConnection { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 514public System.DirectoryServices.Protocols.QueryForConnectionCallback QueryForConnection { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 577public SearchOptionsControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 578public SearchOptionsControl(System.DirectoryServices.Protocols.SearchOption flags) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 579public System.DirectoryServices.Protocols.SearchOption SearchOption { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 580public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 584public SearchRequest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 585public SearchRequest(string distinguishedName, string ldapFilter, System.DirectoryServices.Protocols.SearchScope searchScope, params string[] attributeList) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 586public System.DirectoryServices.Protocols.DereferenceAlias Aliases { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 587public System.Collections.Specialized.StringCollection Attributes { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 588public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 589public object Filter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 590public System.DirectoryServices.Protocols.SearchScope Scope { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 591public int SizeLimit { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 592public System.TimeSpan TimeLimit { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 593public bool TypesOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 597internal SearchResponse() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 598public override System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 599public System.DirectoryServices.Protocols.SearchResultEntryCollection Entries { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 600public override string ErrorMessage { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 601public override string MatchedDN { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 602public System.DirectoryServices.Protocols.SearchResultReferenceCollection References { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 603public override System.Uri[] Referral { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 604public override System.DirectoryServices.Protocols.ResultCode ResultCode { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 608internal SearchResultAttributeCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 609public System.Collections.ICollection AttributeNames { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 610public System.DirectoryServices.Protocols.DirectoryAttribute this[string attributeName] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 611public System.Collections.ICollection Values { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 612public bool Contains(string attributeName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 613public void CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 617internal SearchResultEntry() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 618public System.DirectoryServices.Protocols.SearchResultAttributeCollection Attributes { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 619public System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 620public string DistinguishedName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 624internal SearchResultEntryCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 625public System.DirectoryServices.Protocols.SearchResultEntry this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 626public bool Contains(System.DirectoryServices.Protocols.SearchResultEntry value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 627public void CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 628public int IndexOf(System.DirectoryServices.Protocols.SearchResultEntry value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 632internal SearchResultReference() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 633public System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 634public System.Uri[] Reference { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 638internal SearchResultReferenceCollection() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 639public System.DirectoryServices.Protocols.SearchResultReference this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 640public bool Contains(System.DirectoryServices.Protocols.SearchResultReference value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 641public void CopyTo(System.DirectoryServices.Protocols.SearchResultReference[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 642public int IndexOf(System.DirectoryServices.Protocols.SearchResultReference value) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 652public SecurityDescriptorFlagControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 653public SecurityDescriptorFlagControl(System.DirectoryServices.Protocols.SecurityMasks masks) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 654public System.DirectoryServices.Protocols.SecurityMasks SecurityMasks { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 655public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 668internal SecurityPackageContextConnectionInformation() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 672public System.Security.Authentication.CipherAlgorithmType AlgorithmIdentifier { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 676public int CipherStrength { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 680public int ExchangeStrength { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 684public System.Security.Authentication.HashAlgorithmType Hash { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 688public int HashStrength { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 692public int KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 693public System.DirectoryServices.Protocols.SecurityProtocol Protocol { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 708public ShowDeletedControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 712public SortKey() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 713public SortKey(string attributeName, string matchingRule, bool reverseOrder) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 714public string AttributeName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 715public string MatchingRule { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 716public bool ReverseOrder { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 720public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 721public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 722public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 723public System.DirectoryServices.Protocols.SortKey[] SortKeys { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 724public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 728internal SortResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 729public string AttributeName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 730public System.DirectoryServices.Protocols.ResultCode Result { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 734public TlsOperationException() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 735public TlsOperationException(System.DirectoryServices.Protocols.DirectoryResponse response) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 736public TlsOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 737public TlsOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 742protected TlsOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 743public TlsOperationException(string message) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 744public TlsOperationException(string message, System.Exception inner) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 748public TreeDeleteControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 752public VerifyNameControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 753public VerifyNameControl(string serverName) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 754public VerifyNameControl(string serverName, int flag) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 755public int Flag { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 756public string ServerName { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 757public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 762public VlvRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 763public VlvRequestControl(int beforeCount, int afterCount, byte[] target) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 764public VlvRequestControl(int beforeCount, int afterCount, int offset) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 765public VlvRequestControl(int beforeCount, int afterCount, string target) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 766public int AfterCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 767public int BeforeCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 768public byte[] ContextId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 769public int EstimateCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 770public int Offset { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 771public byte[] Target { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 772public override byte[] GetValue() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 776internal VlvResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 777public int ContentCount { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 778public byte[] ContextId { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 779public System.DirectoryServices.Protocols.ResultCode Result { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } } 780public int TargetPosition { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
System.IO.Compression (136)
artifacts\obj\System.IO.Compression\Debug\net10.0\System.IO.Compression.notsupported.cs (136)
23public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 24public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 25public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 26public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 27public DeflateStream(System.IO.Stream stream, System.IO.Compression.ZLibCompressionOptions compressionOptions, bool leaveOpen = false) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 28public System.IO.Stream BaseStream { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 29public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 30public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 31public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 32public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 33public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 34public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 35public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 36public override void CopyTo(System.IO.Stream destination, int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 37public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 39public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 40public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 41public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 42public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 43public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 44public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 45public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 46public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 47public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 48public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 49public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 50public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 51public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 52public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 53public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 54public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 55public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 59public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 60public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 61public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 62public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 63public GZipStream(System.IO.Stream stream, System.IO.Compression.ZLibCompressionOptions compressionOptions, bool leaveOpen = false) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 64public System.IO.Stream BaseStream { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 65public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 66public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 67public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 68public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 69public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 70public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 71public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 72public override void CopyTo(System.IO.Stream destination, int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 73public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 75public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 76public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 77public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 78public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 79public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 80public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 81public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 82public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 83public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 84public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 85public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 86public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 87public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 88public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 89public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 90public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 91public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 95public ZipArchive(System.IO.Stream stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 96public ZipArchive(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 97public ZipArchive(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 98public ZipArchive(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode, bool leaveOpen, System.Text.Encoding? entryNameEncoding) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 100public string Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 101public System.Collections.ObjectModel.ReadOnlyCollection<System.IO.Compression.ZipArchiveEntry> Entries { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 102public System.IO.Compression.ZipArchiveMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 103public static System.Threading.Tasks.Task<System.IO.Compression.ZipArchive> CreateAsync(System.IO.Stream stream, System.IO.Compression.ZipArchiveMode mode, bool leaveOpen, System.Text.Encoding? entryNameEncoding, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 104public System.IO.Compression.ZipArchiveEntry CreateEntry(string entryName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 105public System.IO.Compression.ZipArchiveEntry CreateEntry(string entryName, System.IO.Compression.CompressionLevel compressionLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 108public System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 109protected virtual System.Threading.Tasks.ValueTask DisposeAsyncCore() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 110public System.IO.Compression.ZipArchiveEntry? GetEntry(string entryName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 114internal ZipArchiveEntry() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 115public System.IO.Compression.ZipArchive Archive { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 117public string Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 118public long CompressedLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 120public uint Crc32 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 121public int ExternalAttributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 122public string FullName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 123public bool IsEncrypted { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 124public System.DateTimeOffset LastWriteTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 125public long Length { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 126public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 127public void Delete() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 128public System.IO.Stream Open() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 129public System.Threading.Tasks.Task<System.IO.Stream> OpenAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 130public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 140public ZLibCompressionOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 141public int CompressionLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 142public System.IO.Compression.ZLibCompressionStrategy CompressionStrategy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 154public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 155public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 156public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 157public ZLibStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 158public ZLibStream(System.IO.Stream stream, System.IO.Compression.ZLibCompressionOptions compressionOptions, bool leaveOpen = false) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 159public System.IO.Stream BaseStream { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 160public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 161public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 162public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 163public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 164public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } } 165public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 166public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 167public override void CopyTo(System.IO.Stream destination, int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 168public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 170public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 171public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 172public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 173public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 174public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 175public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 176public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 177public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 178public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 179public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 180public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 181public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 182public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 183public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 184public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 185public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); } 186public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Compression); }
System.IO.Compression.Brotli (42)
artifacts\obj\System.IO.Compression.Brotli\Debug\net10.0\System.IO.Compression.Brotli.notsupported.cs (42)
11public BrotliCompressionOptions() { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 12public int Quality { get { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } } 18public System.Buffers.OperationStatus Decompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 20public static bool TryDecompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 26public BrotliEncoder(int quality, int window) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 27public System.Buffers.OperationStatus Compress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 29public System.Buffers.OperationStatus Flush(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 30public static int GetMaxCompressedLength(int inputSize) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 31public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 32public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten, int quality, int window) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 36public BrotliStream(System.IO.Stream stream, System.IO.Compression.BrotliCompressionOptions compressionOptions, bool leaveOpen = false) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 37public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 38public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 39public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 40public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 41public System.IO.Stream BaseStream { get { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } } 42public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } } 43public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } } 44public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } } 45public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } } 46public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } } 47public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 48public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 50public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 51public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 52public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 53public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 54public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 55public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 56public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 57public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 58public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 59public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 60public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 61public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 62public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 63public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 64public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 65public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); } 66public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.IOCompressionBrotli_PlatformNotSupported); }
System.IO.FileSystem.AccessControl (61)
artifacts\obj\System.IO.FileSystem.AccessControl\Debug\net10.0\System.IO.FileSystem.AccessControl.notsupported.cs (61)
11public static void Create(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.DirectorySecurity directorySecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 12public static System.IO.FileStream Create(this System.IO.FileInfo fileInfo, System.IO.FileMode mode, System.Security.AccessControl.FileSystemRights rights, System.IO.FileShare share, int bufferSize, System.IO.FileOptions options, System.Security.AccessControl.FileSecurity? fileSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 13public static System.IO.DirectoryInfo CreateDirectory(this System.Security.AccessControl.DirectorySecurity directorySecurity, string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 14public static System.Security.AccessControl.DirectorySecurity GetAccessControl(this System.IO.DirectoryInfo directoryInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 15public static System.Security.AccessControl.DirectorySecurity GetAccessControl(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 16public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileInfo fileInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 17public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 18public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileStream fileStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 19public static void SetAccessControl(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.DirectorySecurity directorySecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 20public static void SetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.FileSecurity fileSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 21public static void SetAccessControl(this System.IO.FileStream fileStream, System.Security.AccessControl.FileSecurity fileSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 28protected DirectoryObjectSecurity() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 29protected DirectoryObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 30public virtual System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 31protected void AddAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 32protected void AddAuditRule(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 33public virtual System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 34public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 35public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 36protected override bool ModifyAccess(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 37protected override bool ModifyAudit(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 38protected bool RemoveAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 39protected void RemoveAccessRuleAll(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 40protected void RemoveAccessRuleSpecific(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 41protected bool RemoveAuditRule(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 42protected void RemoveAuditRuleAll(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 43protected void RemoveAuditRuleSpecific(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 44protected void ResetAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 45protected void SetAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 46protected void SetAuditRule(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 50public DirectorySecurity() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 51public DirectorySecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 55public FileSecurity() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 56public FileSecurity(string fileName, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 60public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 61public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 62public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 63public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 64public System.Security.AccessControl.FileSystemRights FileSystemRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 68public FileSystemAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 69public FileSystemAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 70public FileSystemAuditRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 71public FileSystemAuditRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 72public System.Security.AccessControl.FileSystemRights FileSystemRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 103internal FileSystemSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 104public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 105public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 106public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 107public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 108public void AddAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 109public void AddAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 110public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 111public bool RemoveAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 112public void RemoveAccessRuleAll(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 113public void RemoveAccessRuleSpecific(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 114public bool RemoveAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 115public void RemoveAuditRuleAll(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 116public void RemoveAuditRuleSpecific(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 117public void ResetAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 118public void SetAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 119public void SetAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.IO.IsolatedStorage (4)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (4)
518return (applicationEvidenceType == null) ? GetStore(scope) : throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208 524return (applicationIdentity == null) ? GetStore(scope) : throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208 530return (domainEvidenceType == null && assemblyEvidenceType == null) ? GetStore(scope) : throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208 536return (domainIdentity == null && assemblyIdentity == null) ? GetStore(scope) : throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
System.IO.MemoryMappedFiles (38)
artifacts\obj\System.IO.MemoryMappedFiles\Debug\net10.0\System.IO.MemoryMappedFiles.notsupported.cs (38)
11public SafeMemoryMappedFileHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 12public override bool IsInvalid { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } } 13protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 17public SafeMemoryMappedViewHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 18protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 25internal MemoryMappedFile() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 26public Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle SafeMemoryMappedFileHandle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } } 27public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(System.IO.FileStream fileStream, string? mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.HandleInheritability inheritability, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 28public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(Microsoft.Win32.SafeHandles.SafeFileHandle fileHandle, string? mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.HandleInheritability inheritability, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 29public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 30public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 31public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string? mapName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 32public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string? mapName, long capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 33public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string? mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 34public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string? mapName, long capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 35public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string? mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 36public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string? mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileOptions options, System.IO.HandleInheritability inheritability) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 38public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 40public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 42public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capacity, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access, System.IO.MemoryMappedFiles.MemoryMappedFileOptions options, System.IO.HandleInheritability inheritability) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 43public System.IO.MemoryMappedFiles.MemoryMappedViewAccessor CreateViewAccessor() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 44public System.IO.MemoryMappedFiles.MemoryMappedViewAccessor CreateViewAccessor(long offset, long size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 45public System.IO.MemoryMappedFiles.MemoryMappedViewAccessor CreateViewAccessor(long offset, long size, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 46public System.IO.MemoryMappedFiles.MemoryMappedViewStream CreateViewStream() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 47public System.IO.MemoryMappedFiles.MemoryMappedViewStream CreateViewStream(long offset, long size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 48public System.IO.MemoryMappedFiles.MemoryMappedViewStream CreateViewStream(long offset, long size, System.IO.MemoryMappedFiles.MemoryMappedFileAccess access) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 52public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 54public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName, System.IO.MemoryMappedFiles.MemoryMappedFileRights desiredAccessRights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 56public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName, System.IO.MemoryMappedFiles.MemoryMappedFileRights desiredAccessRights, System.IO.HandleInheritability inheritability) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 92internal MemoryMappedViewAccessor() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 93public long PointerOffset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } } 94public Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } } 96public void Flush() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 100internal MemoryMappedViewStream() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 101public long PointerOffset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } } 102public Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } } 104public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); } 105public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); }
System.IO.Pipes (94)
artifacts\obj\System.IO.Pipes\Debug\net10.0\System.IO.Pipes.notsupported.cs (94)
11public SafePipeHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 12public SafePipeHandle(System.IntPtr preexistingHandle, bool ownsHandle) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 13public override bool IsInvalid { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 14protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 21public AnonymousPipeClientStream(System.IO.Pipes.PipeDirection direction, Microsoft.Win32.SafeHandles.SafePipeHandle safePipeHandle) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 22public AnonymousPipeClientStream(System.IO.Pipes.PipeDirection direction, string pipeHandleAsString) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 23public AnonymousPipeClientStream(string pipeHandleAsString) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 24public override System.IO.Pipes.PipeTransmissionMode ReadMode { set { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 25public override System.IO.Pipes.PipeTransmissionMode TransmissionMode { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 30public AnonymousPipeServerStream() : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 31public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 32public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction, Microsoft.Win32.SafeHandles.SafePipeHandle serverSafePipeHandle, Microsoft.Win32.SafeHandles.SafePipeHandle clientSafePipeHandle) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 33public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 34public AnonymousPipeServerStream(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability, int bufferSize) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 35public Microsoft.Win32.SafeHandles.SafePipeHandle ClientSafePipeHandle { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 36public override System.IO.Pipes.PipeTransmissionMode ReadMode { set { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 37public override System.IO.Pipes.PipeTransmissionMode TransmissionMode { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 39public void DisposeLocalCopyOfClientHandle() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 41public string GetClientHandleAsString() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 45public NamedPipeClientStream(System.IO.Pipes.PipeDirection direction, bool isAsync, bool isConnected, Microsoft.Win32.SafeHandles.SafePipeHandle safePipeHandle) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 46public NamedPipeClientStream(string pipeName) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 47public NamedPipeClientStream(string serverName, string pipeName) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 49public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeAccessRights desiredAccessRights, PipeOptions options, System.Security.Principal.TokenImpersonationLevel impersonationLevel, HandleInheritability inheritability) : base(default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 50public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 51public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 52public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options, System.Security.Principal.TokenImpersonationLevel impersonationLevel) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 53public NamedPipeClientStream(string serverName, string pipeName, System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeOptions options, System.Security.Principal.TokenImpersonationLevel impersonationLevel, System.IO.HandleInheritability inheritability) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 55public int NumberOfServerInstances { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 56protected internal override void CheckPipePropertyOperations() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 57public void Connect() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 58public void Connect(int timeout) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 59public void Connect(System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 60public System.Threading.Tasks.Task ConnectAsync() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 61public System.Threading.Tasks.Task ConnectAsync(int timeout) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 62public System.Threading.Tasks.Task ConnectAsync(int timeout, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 63public System.Threading.Tasks.Task ConnectAsync(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 64public System.Threading.Tasks.Task ConnectAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 70public NamedPipeServerStream(System.IO.Pipes.PipeDirection direction, bool isAsync, bool isConnected, Microsoft.Win32.SafeHandles.SafePipeHandle safePipeHandle) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 71public NamedPipeServerStream(string pipeName) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 72public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 73public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 74public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 75public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 76public NamedPipeServerStream(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options, int inBufferSize, int outBufferSize) : base (default(System.IO.Pipes.PipeDirection), default(int)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 77public System.IAsyncResult BeginWaitForConnection(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 78public void Disconnect() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 79public void EndWaitForConnection(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 81public string GetImpersonationUserName() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 82public void RunAsClient(System.IO.Pipes.PipeStreamImpersonationWorker impersonationWorker) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 83public void WaitForConnection() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 84public System.Threading.Tasks.Task WaitForConnectionAsync() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 85public System.Threading.Tasks.Task WaitForConnectionAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 125protected PipeStream(System.IO.Pipes.PipeDirection direction, int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 126protected PipeStream(System.IO.Pipes.PipeDirection direction, System.IO.Pipes.PipeTransmissionMode transmissionMode, int outBufferSize) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 127public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 128public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 129public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 130public virtual int InBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 131public bool IsAsync { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 132public bool IsConnected { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } protected set { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 133protected bool IsHandleExposed { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 134public bool IsMessageComplete { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 135public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 136public virtual int OutBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 137public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 138public virtual System.IO.Pipes.PipeTransmissionMode ReadMode { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 139public Microsoft.Win32.SafeHandles.SafePipeHandle SafePipeHandle { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 140public virtual System.IO.Pipes.PipeTransmissionMode TransmissionMode { get { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } } 141public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 142public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 143protected internal virtual void CheckPipePropertyOperations() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 144protected internal void CheckReadOperations() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 145protected internal void CheckWriteOperations() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 147public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 148public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 149public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 150public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 151protected void InitializeHandle(Microsoft.Win32.SafeHandles.SafePipeHandle? handle, bool isExposed, bool isAsync) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 152public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 153public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 154public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 155public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 156public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 157public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 158public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 160public void WaitForPipeDrain() { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 161public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 162public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 163public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 164public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); } 165public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.Pipes_PlatformNotSupported); }
System.IO.Pipes.AccessControl (28)
artifacts\obj\System.IO.Pipes.AccessControl\Debug\net10.0\System.IO.Pipes.AccessControl.notsupported.cs (28)
11public static System.IO.Pipes.AnonymousPipeServerStream Create(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability, int bufferSize, System.IO.Pipes.PipeSecurity? pipeSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 15public static System.IO.Pipes.NamedPipeServerStream Create(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options, int inBufferSize, int outBufferSize, System.IO.Pipes.PipeSecurity? pipeSecurity, System.IO.HandleInheritability inheritability = System.IO.HandleInheritability.None, System.IO.Pipes.PipeAccessRights additionalAccessRights = default) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 19public PipeAccessRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 20public PipeAccessRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 21public System.IO.Pipes.PipeAccessRights PipeAccessRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 25public PipeAuditRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 26public PipeAuditRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 27public System.IO.Pipes.PipeAccessRights PipeAccessRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 31public PipeSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 32public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 33public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 34public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 35public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 36public void AddAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 37public void AddAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 38public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 39protected internal void Persist(System.Runtime.InteropServices.SafeHandle handle) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 40protected internal void Persist(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 41public bool RemoveAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 42public void RemoveAccessRuleSpecific(System.IO.Pipes.PipeAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 43public bool RemoveAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 44public void RemoveAuditRuleAll(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 45public void RemoveAuditRuleSpecific(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 46public void ResetAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 47public void SetAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 48public void SetAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 52public static System.IO.Pipes.PipeSecurity GetAccessControl(this System.IO.Pipes.PipeStream stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 53public static void SetAccessControl(this System.IO.Pipes.PipeStream stream, System.IO.Pipes.PipeSecurity pipeSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.IO.Ports (1)
System\IO\Ports\SerialPort.Unix.cs (1)
29: throw new PlatformNotSupportedException(SR.PlatformNotSupported_SerialPort_GetPortNames);
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
957throw new PlatformNotSupportedException(SR.Format(SR.UnsupportedExpressionType, node.NodeType)); 1272throw new PlatformNotSupportedException(SR.Format(SR.UnsupportedExpressionType, node.NodeType));
System.Management (497)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (497)
61internal CompletedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 62public System.Management.ManagementStatus Status { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 63public System.Management.ManagementBaseObject StatusObject { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 68public ConnectionOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 69public ConnectionOptions(string locale, string username, System.Security.SecureString password, string authority, System.Management.ImpersonationLevel impersonation, System.Management.AuthenticationLevel authentication, bool enablePrivileges, System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 70public ConnectionOptions(string locale, string username, string password, string authority, System.Management.ImpersonationLevel impersonation, System.Management.AuthenticationLevel authentication, bool enablePrivileges, System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 71public System.Management.AuthenticationLevel Authentication { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 72public string Authority { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 73public bool EnablePrivileges { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 74public System.Management.ImpersonationLevel Impersonation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 75public string Locale { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 76public string Password { set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 77public System.Security.SecureString SecurePassword { set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 78public string Username { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 79public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 83public DeleteOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 84public DeleteOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 85public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 89public EnumerationOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 90public EnumerationOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, int blockSize, bool rewindable, bool returnImmediatley, bool useAmendedQualifiers, bool ensureLocatable, bool prototypeOnly, bool directRead, bool enumerateDeep) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 91public int BlockSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 92public bool DirectRead { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 93public bool EnsureLocatable { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 94public bool EnumerateDeep { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 95public bool PrototypeOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 96public bool ReturnImmediately { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 97public bool Rewindable { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 98public bool UseAmendedQualifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 99public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 103internal EventArrivedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 104public System.Management.ManagementBaseObject NewEvent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 109public EventQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 110public EventQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 111public EventQuery(string language, string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 112public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 116public EventWatcherOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 117public EventWatcherOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, int blockSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 118public int BlockSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 119public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 131public InvokeMethodOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 132public InvokeMethodOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 133public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 138private protected ManagementBaseObject() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 143protected ManagementBaseObject(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 144public virtual System.Management.ManagementPath ClassPath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 145public object this[string propertyName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 146public virtual System.Management.PropertyDataCollection Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 147public virtual System.Management.QualifierDataCollection Qualifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 148public virtual System.Management.PropertyDataCollection SystemProperties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 149public virtual object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 150public bool CompareTo(System.Management.ManagementBaseObject otherObject, System.Management.ComparisonSettings settings) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 152public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 153public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 154protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 155public object GetPropertyQualifierValue(string propertyName, string qualifierName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 156public object GetPropertyValue(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 157public object GetQualifierValue(string qualifierName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 158public string GetText(System.Management.TextFormat format) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 159public static explicit operator System.IntPtr (System.Management.ManagementBaseObject managementObject) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 160public void SetPropertyQualifierValue(string propertyName, string qualifierName, object qualifierValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 161public void SetPropertyValue(string propertyName, object propertyValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 162public void SetQualifierValue(string qualifierName, object qualifierValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 163void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 167public ManagementClass() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 168public ManagementClass(System.Management.ManagementPath path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 169public ManagementClass(System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 170public ManagementClass(System.Management.ManagementScope scope, System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 175protected ManagementClass(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 176public ManagementClass(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 177public ManagementClass(string path, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 178public ManagementClass(string scope, string path, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 179public System.Collections.Specialized.StringCollection Derivation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 180public System.Management.MethodDataCollection Methods { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 181public override System.Management.ManagementPath Path { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 182public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 183public System.Management.ManagementObject CreateInstance() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 184public System.Management.ManagementClass Derive(string newClassName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 185public System.Management.ManagementObjectCollection GetInstances() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 186public System.Management.ManagementObjectCollection GetInstances(System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 187public void GetInstances(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 188public void GetInstances(System.Management.ManagementOperationObserver watcher, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 189protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 190public System.Management.ManagementObjectCollection GetRelatedClasses() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 191public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 192public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher, string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 193public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher, string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 194public System.Management.ManagementObjectCollection GetRelatedClasses(string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 195public System.Management.ManagementObjectCollection GetRelatedClasses(string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 196public System.Management.ManagementObjectCollection GetRelationshipClasses() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 197public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 198public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher, string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 199public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher, string relationshipClass, string relationshipQualifier, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 200public System.Management.ManagementObjectCollection GetRelationshipClasses(string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 201public System.Management.ManagementObjectCollection GetRelationshipClasses(string relationshipClass, string relationshipQualifier, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 202public System.CodeDom.CodeTypeDeclaration GetStronglyTypedClassCode(bool includeSystemClassInClassDef, bool systemPropertyClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 203public bool GetStronglyTypedClassCode(System.Management.CodeLanguage lang, string filePath, string classNamespace) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 204public System.Management.ManagementObjectCollection GetSubclasses() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 205public System.Management.ManagementObjectCollection GetSubclasses(System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 206public void GetSubclasses(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 207public void GetSubclasses(System.Management.ManagementOperationObserver watcher, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 211internal ManagementDateTimeConverter() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 212public static System.DateTime ToDateTime(string dmtfDate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 213public static string ToDmtfDateTime(System.DateTime date) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 214public static string ToDmtfTimeInterval(System.TimeSpan timespan) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 215public static System.TimeSpan ToTimeSpan(string dmtfTimespan) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 219internal ManagementEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 220public object Context { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 225public ManagementEventWatcher() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 226public ManagementEventWatcher(System.Management.EventQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 227public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.EventQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 228public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.EventQuery query, System.Management.EventWatcherOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 229public ManagementEventWatcher(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 230public ManagementEventWatcher(string scope, string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 231public ManagementEventWatcher(string scope, string query, System.Management.EventWatcherOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 232public System.Management.EventWatcherOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 233public System.Management.EventQuery Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 234public System.Management.ManagementScope Scope { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 235public event System.Management.EventArrivedEventHandler EventArrived { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 236public event System.Management.StoppedEventHandler Stopped { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 238public void Start() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 239public void Stop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 240public System.Management.ManagementBaseObject WaitForNextEvent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 244public ManagementException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 249protected ManagementException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 250public ManagementException(string message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 251public ManagementException(string message, System.Exception innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 252public System.Management.ManagementStatus ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 253public System.Management.ManagementBaseObject ErrorInformation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 258public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 262public ManagementNamedValueCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 267protected ManagementNamedValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 268public object this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 269public void Add(string name, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 270public System.Management.ManagementNamedValueCollection Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 271public void Remove(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 272public void RemoveAll() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 276public ManagementObject() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 277public ManagementObject(System.Management.ManagementPath path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 278public ManagementObject(System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 279public ManagementObject(System.Management.ManagementScope scope, System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 284protected ManagementObject(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 285public ManagementObject(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 286public ManagementObject(string path, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 287public ManagementObject(string scopeString, string pathString, System.Management.ObjectGetOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 288public override System.Management.ManagementPath ClassPath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 289public System.Management.ObjectGetOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 290public virtual System.Management.ManagementPath Path { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 291public System.Management.ManagementScope Scope { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 292public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 293public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 294public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 295public void CopyTo(System.Management.ManagementOperationObserver watcher, string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 296public void CopyTo(System.Management.ManagementOperationObserver watcher, string path, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 297public System.Management.ManagementPath CopyTo(System.Management.ManagementPath path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 298public System.Management.ManagementPath CopyTo(System.Management.ManagementPath path, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 299public System.Management.ManagementPath CopyTo(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 300public System.Management.ManagementPath CopyTo(string path, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 301public void Delete() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 302public void Delete(System.Management.DeleteOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 303public void Delete(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 304public void Delete(System.Management.ManagementOperationObserver watcher, System.Management.DeleteOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 306public void Get() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 307public void Get(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 308public System.Management.ManagementBaseObject GetMethodParameters(string methodName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 309protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 310public System.Management.ManagementObjectCollection GetRelated() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 311public void GetRelated(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 312public void GetRelated(System.Management.ManagementOperationObserver watcher, string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 313public void GetRelated(System.Management.ManagementOperationObserver watcher, string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 314public System.Management.ManagementObjectCollection GetRelated(string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 315public System.Management.ManagementObjectCollection GetRelated(string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 316public System.Management.ManagementObjectCollection GetRelationships() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 317public void GetRelationships(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 318public void GetRelationships(System.Management.ManagementOperationObserver watcher, string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 319public void GetRelationships(System.Management.ManagementOperationObserver watcher, string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 320public System.Management.ManagementObjectCollection GetRelationships(string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 321public System.Management.ManagementObjectCollection GetRelationships(string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 322public void InvokeMethod(System.Management.ManagementOperationObserver watcher, string methodName, System.Management.ManagementBaseObject inParameters, System.Management.InvokeMethodOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 323public void InvokeMethod(System.Management.ManagementOperationObserver watcher, string methodName, object[] args) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 324public System.Management.ManagementBaseObject InvokeMethod(string methodName, System.Management.ManagementBaseObject inParameters, System.Management.InvokeMethodOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 325public object InvokeMethod(string methodName, object[] args) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 326public System.Management.ManagementPath Put() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 327public void Put(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 328public void Put(System.Management.ManagementOperationObserver watcher, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 329public System.Management.ManagementPath Put(System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 330public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 334internal ManagementObjectCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 335public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 336public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 337public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 338public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 339public void CopyTo(System.Management.ManagementBaseObject[] objectCollection, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 342public System.Management.ManagementObjectCollection.ManagementObjectEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 343System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 346internal ManagementObjectEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 347public System.Management.ManagementBaseObject Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 348object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 351public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 352public void Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 358public ManagementObjectSearcher() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 359public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.ObjectQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 360public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.ObjectQuery query, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 361public ManagementObjectSearcher(System.Management.ObjectQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 362public ManagementObjectSearcher(string queryString) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 363public ManagementObjectSearcher(string scope, string queryString) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 364public ManagementObjectSearcher(string scope, string queryString, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 365public System.Management.EnumerationOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 366public System.Management.ObjectQuery Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 367public System.Management.ManagementScope Scope { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 368public System.Management.ManagementObjectCollection Get() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 369public void Get(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 373public ManagementOperationObserver() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 374public event System.Management.CompletedEventHandler Completed { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 375public event System.Management.ObjectPutEventHandler ObjectPut { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 376public event System.Management.ObjectReadyEventHandler ObjectReady { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 377public event System.Management.ProgressEventHandler Progress { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 378public void Cancel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 383internal ManagementOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 385public System.Management.ManagementNamedValueCollection Context { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 386public System.TimeSpan Timeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 391public ManagementPath() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 392public ManagementPath(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 394public string ClassName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 395public static System.Management.ManagementPath DefaultPath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 396public bool IsClass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 397public bool IsInstance { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 398public bool IsSingleton { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 400public string NamespacePath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 402public string Path { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 404public string RelativePath { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 406public string Server { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 407public System.Management.ManagementPath Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 408public void SetAsClass() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 409public void SetAsSingleton() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 410object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 411public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 415internal ManagementQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 416public virtual string QueryLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 417public virtual string QueryString { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 419protected internal virtual void ParseQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 423public ManagementScope() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 424public ManagementScope(System.Management.ManagementPath path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 425public ManagementScope(System.Management.ManagementPath path, System.Management.ConnectionOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 426public ManagementScope(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 427public ManagementScope(string path, System.Management.ConnectionOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 428public bool IsConnected { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 429public System.Management.ConnectionOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 430public System.Management.ManagementPath Path { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 431public System.Management.ManagementScope Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 432public void Connect() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 433object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 548internal MethodData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 549public System.Management.ManagementBaseObject InParameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 550public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 551public string Origin { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 552public System.Management.ManagementBaseObject OutParameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 553public System.Management.QualifierDataCollection Qualifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 557internal MethodDataCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 558public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 559public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 560public virtual System.Management.MethodData this[string methodName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 561public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 562public virtual void Add(string methodName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 563public virtual void Add(string methodName, System.Management.ManagementBaseObject inParameters, System.Management.ManagementBaseObject outParameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 564public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 565public void CopyTo(System.Management.MethodData[] methodArray, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 566public System.Management.MethodDataCollection.MethodDataEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 567public virtual void Remove(string methodName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 568System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 571internal MethodDataEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 572public System.Management.MethodData Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 573object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 574public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 575public void Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 580public ObjectGetOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 581public ObjectGetOptions(System.Management.ManagementNamedValueCollection context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 582public ObjectGetOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, bool useAmendedQualifiers) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 583public bool UseAmendedQualifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 584public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 588internal ObjectPutEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 589public System.Management.ManagementPath Path { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 594public ObjectQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 595public ObjectQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 596public ObjectQuery(string language, string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 597public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 601internal ObjectReadyEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 602public System.Management.ManagementBaseObject NewObject { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 607internal ProgressEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 608public int Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 609public string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 610public int UpperBound { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 615internal PropertyData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 616public bool IsArray { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 617public bool IsLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 618public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 619public string Origin { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 620public System.Management.QualifierDataCollection Qualifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 621public System.Management.CimType Type { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 622public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 626internal PropertyDataCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 627public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 628public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 629public virtual System.Management.PropertyData this[string propertyName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 630public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 631public void Add(string propertyName, System.Management.CimType propertyType, bool isArray) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 632public virtual void Add(string propertyName, object propertyValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 633public void Add(string propertyName, object propertyValue, System.Management.CimType propertyType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 634public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 635public void CopyTo(System.Management.PropertyData[] propertyArray, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 636public System.Management.PropertyDataCollection.PropertyDataEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 637public virtual void Remove(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 638System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 641internal PropertyDataEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 642public System.Management.PropertyData Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 643object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 644public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 645public void Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 650public PutOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 651public PutOptions(System.Management.ManagementNamedValueCollection context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 652public PutOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, bool useAmendedQualifiers, System.Management.PutType putType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 653public System.Management.PutType Type { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 654public bool UseAmendedQualifiers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 655public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 666internal QualifierData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 667public bool IsAmended { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 668public bool IsLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 669public bool IsOverridable { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 670public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 671public bool PropagatesToInstance { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 672public bool PropagatesToSubclass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 673public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 677internal QualifierDataCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 678public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 679public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 680public virtual System.Management.QualifierData this[string qualifierName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 681public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 682public virtual void Add(string qualifierName, object qualifierValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 683public virtual void Add(string qualifierName, object qualifierValue, bool isAmended, bool propagatesToInstance, bool propagatesToSubclass, bool isOverridable) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 684public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 685public void CopyTo(System.Management.QualifierData[] qualifierArray, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 686public System.Management.QualifierDataCollection.QualifierDataEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 687public virtual void Remove(string qualifierName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 688System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 691internal QualifierDataEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 692public System.Management.QualifierData Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 693object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 694public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 695public void Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 700public RelatedObjectQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 701public RelatedObjectQuery(bool isSchemaQuery, string sourceObject, string relatedClass, string relationshipClass, string relatedQualifier, string relationshipQualifier, string relatedRole, string thisRole) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 702public RelatedObjectQuery(string queryOrSourceObject) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 703public RelatedObjectQuery(string sourceObject, string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 704public RelatedObjectQuery(string sourceObject, string relatedClass, string relationshipClass, string relatedQualifier, string relationshipQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 705public bool ClassDefinitionsOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 706public bool IsSchemaQuery { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 707public string RelatedClass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 708public string RelatedQualifier { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 709public string RelatedRole { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 710public string RelationshipClass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 711public string RelationshipQualifier { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 712public string SourceObject { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 713public string ThisRole { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 714protected internal void BuildQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 715public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 716protected internal override void ParseQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 720public RelationshipQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 721public RelationshipQuery(bool isSchemaQuery, string sourceObject, string relationshipClass, string relationshipQualifier, string thisRole) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 722public RelationshipQuery(string queryOrSourceObject) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 723public RelationshipQuery(string sourceObject, string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 724public RelationshipQuery(string sourceObject, string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 725public bool ClassDefinitionsOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 726public bool IsSchemaQuery { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 727public string RelationshipClass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 728public string RelationshipQualifier { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 729public string SourceObject { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 730public string ThisRole { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 731protected internal void BuildQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 732public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 733protected internal override void ParseQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 737public SelectQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 738public SelectQuery(bool isSchemaQuery, string condition) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 739public SelectQuery(string queryOrClassName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 740public SelectQuery(string className, string condition) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 741public SelectQuery(string className, string condition, string[] selectedProperties) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 742public string ClassName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 743public string Condition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 744public bool IsSchemaQuery { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 745public override string QueryString { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 746public System.Collections.Specialized.StringCollection SelectedProperties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 747protected internal void BuildQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 748public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 749protected internal override void ParseQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 753internal StoppedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 754public System.Management.ManagementStatus Status { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 765public WqlEventQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 766public WqlEventQuery(string queryOrEventClassName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 767public WqlEventQuery(string eventClassName, string condition) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 768public WqlEventQuery(string eventClassName, string condition, System.TimeSpan groupWithinInterval) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 769public WqlEventQuery(string eventClassName, string condition, System.TimeSpan groupWithinInterval, string[] groupByPropertyList) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 770public WqlEventQuery(string eventClassName, System.TimeSpan withinInterval) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 771public WqlEventQuery(string eventClassName, System.TimeSpan withinInterval, string condition) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 772public WqlEventQuery(string eventClassName, System.TimeSpan withinInterval, string condition, System.TimeSpan groupWithinInterval, string[] groupByPropertyList, string havingCondition) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 773public string Condition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 774public string EventClassName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 775public System.Collections.Specialized.StringCollection GroupByPropertyList { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 776public System.TimeSpan GroupWithinInterval { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 777public string HavingCondition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 778public override string QueryLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 779public override string QueryString { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 780public System.TimeSpan WithinInterval { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 781protected internal void BuildQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 782public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 783protected internal override void ParseQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 787public WqlObjectQuery() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 788public WqlObjectQuery(string query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 789public override string QueryLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 790public override object Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
System.Net.Http (775)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (775)
11public ByteArrayContent(byte[] content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 12public ByteArrayContent(byte[] content, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 13protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 14protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 15protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 16protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 17protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 18protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 27protected DelegatingHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 28protected DelegatingHandler(System.Net.Http.HttpMessageHandler innerHandler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 30public System.Net.Http.HttpMessageHandler? InnerHandler { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 32protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 33protected internal override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 42>> nameValueCollection) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 43protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 48public HttpClient() : base (default(System.Net.Http.HttpMessageHandler)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 49public HttpClient(System.Net.Http.HttpMessageHandler handler) : base (default(System.Net.Http.HttpMessageHandler)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 50public HttpClient(System.Net.Http.HttpMessageHandler handler, bool disposeHandler) : base (default(System.Net.Http.HttpMessageHandler)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 51public System.Uri? BaseAddress { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 52public static System.Net.IWebProxy DefaultProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 53public System.Net.Http.Headers.HttpRequestHeaders DefaultRequestHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 54public System.Version DefaultRequestVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 55public System.Net.Http.HttpVersionPolicy DefaultVersionPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 56public long MaxResponseContentBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 57public System.TimeSpan Timeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 58public void CancelPendingRequests() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 59public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 60public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 61public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 62public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 64public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 65public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 66public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 67public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 68public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 69public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 70public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 71public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 72public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 73public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 74public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 75public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 76public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 77public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 78public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 79public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 80public System.Threading.Tasks.Task<string> GetStringAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 81public System.Threading.Tasks.Task<string> GetStringAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 82public System.Threading.Tasks.Task<string> GetStringAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 83public System.Threading.Tasks.Task<string> GetStringAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 84public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 85public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 86public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 87public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 88public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 89public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 90public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 91public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 92public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 93public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 94public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 95public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 97public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 99public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 101public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 103public override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 104public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 105public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 106public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 107public override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 111public HttpClientHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 112public bool AllowAutoRedirect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 114public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 116public bool CheckCertificateRevocationList { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 117public System.Net.Http.ClientCertificateOption ClientCertificateOptions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 119public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 121public System.Net.CookieContainer CookieContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 123public System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 125public static System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2?, System.Security.Cryptography.X509Certificates.X509Chain?, System.Net.Security.SslPolicyErrors, bool> DangerousAcceptAnyServerCertificateValidator { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 127public System.Net.ICredentials? DefaultProxyCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 129public int MaxAutomaticRedirections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 131public int MaxConnectionsPerServer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 132public long MaxRequestContentBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 134public int MaxResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 136public System.Diagnostics.Metrics.IMeterFactory? MeterFactory { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 138public bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 139public System.Collections.Generic.IDictionary<string, object?> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 143public System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 145public System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2?, System.Security.Cryptography.X509Certificates.X509Chain?, System.Net.Security.SslPolicyErrors, bool>? ServerCertificateCustomValidationCallback { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 147public System.Security.Authentication.SslProtocols SslProtocols { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 148public virtual bool SupportsAutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 149public virtual bool SupportsProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 150public virtual bool SupportsRedirectConfiguration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 152public bool UseCookies { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 154public bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 156public bool UseProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 166protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 167protected internal override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 176protected HttpContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 177public System.Net.Http.Headers.HttpContentHeaders Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 178public void CopyTo(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 179public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 180public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 181public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 182public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 183protected virtual System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 184protected virtual System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 185protected virtual System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 188public System.Threading.Tasks.Task LoadIntoBufferAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 189public System.Threading.Tasks.Task LoadIntoBufferAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 190public System.Threading.Tasks.Task LoadIntoBufferAsync(long maxBufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 191public System.Threading.Tasks.Task LoadIntoBufferAsync(long maxBufferSize, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 192public System.Threading.Tasks.Task<byte[]> ReadAsByteArrayAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 193public System.Threading.Tasks.Task<byte[]> ReadAsByteArrayAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 194public System.IO.Stream ReadAsStream() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 195public System.IO.Stream ReadAsStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 196public System.Threading.Tasks.Task<System.IO.Stream> ReadAsStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 197public System.Threading.Tasks.Task<System.IO.Stream> ReadAsStreamAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 198public System.Threading.Tasks.Task<string> ReadAsStringAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 199public System.Threading.Tasks.Task<string> ReadAsStringAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 200protected virtual void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 202protected virtual System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 207public HttpIOException(System.Net.Http.HttpRequestError httpRequestError, string? message = null, System.Exception? innerException = null) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 208public System.Net.Http.HttpRequestError HttpRequestError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 209public override string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 218protected HttpMessageHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 221protected internal virtual System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 226public HttpMessageInvoker(System.Net.Http.HttpMessageHandler handler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 227public HttpMessageInvoker(System.Net.Http.HttpMessageHandler handler, bool disposeHandler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 231public virtual System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 232public virtual System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 236public HttpMethod(string method) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 237public static System.Net.Http.HttpMethod Connect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 238public static System.Net.Http.HttpMethod Delete { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 239public static System.Net.Http.HttpMethod Get { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 240public static System.Net.Http.HttpMethod Head { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 241public string Method { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 242public static System.Net.Http.HttpMethod Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 243public static System.Net.Http.HttpMethod Patch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 244public static System.Net.Http.HttpMethod Post { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 245public static System.Net.Http.HttpMethod Put { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 246public static System.Net.Http.HttpMethod Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 247public static System.Net.Http.HttpMethod Trace { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 248public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Net.Http.HttpMethod? other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 249public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 250public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 251public static bool operator ==(System.Net.Http.HttpMethod? left, System.Net.Http.HttpMethod? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 252public static bool operator !=(System.Net.Http.HttpMethod? left, System.Net.Http.HttpMethod? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 253public static System.Net.Http.HttpMethod Parse(System.ReadOnlySpan<char> method) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 254public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 258public HttpProtocolException(long errorCode, string message, System.Exception? innerException) : base (default(System.Net.Http.HttpRequestError), default(string), default(System.Exception)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 259public long ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 278public HttpRequestException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 279public HttpRequestException(System.Net.Http.HttpRequestError httpRequestError, string? message = null, System.Exception? inner = null, System.Net.HttpStatusCode? statusCode = default(System.Net.HttpStatusCode?)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 280public HttpRequestException(string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 281public HttpRequestException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 282public HttpRequestException(string? message, System.Exception? inner, System.Net.HttpStatusCode? statusCode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 283public System.Net.Http.HttpRequestError HttpRequestError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 284public System.Net.HttpStatusCode? StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 288public HttpRequestMessage() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 289public HttpRequestMessage(System.Net.Http.HttpMethod method, [System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 290public HttpRequestMessage(System.Net.Http.HttpMethod method, System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 291public System.Net.Http.HttpContent? Content { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 292public System.Net.Http.Headers.HttpRequestHeaders Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 293public System.Net.Http.HttpMethod Method { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 294public System.Net.Http.HttpRequestOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 296public System.Collections.Generic.IDictionary<string, object?> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 297public System.Uri? RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 298public System.Version Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 299public System.Net.Http.HttpVersionPolicy VersionPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 302public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 306public HttpRequestOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 307int System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 308bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 309object? System.Collections.Generic.IDictionary<string, object?>.this[string key] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 310System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<string, object?>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 311System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<string, object?>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 312int System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, object?>>.Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 313object? System.Collections.Generic.IReadOnlyDictionary<string, object?>.this[string key] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 314System.Collections.Generic.IEnumerable<string> System.Collections.Generic.IReadOnlyDictionary<string, object?>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 315System.Collections.Generic.IEnumerable<object?> System.Collections.Generic.IReadOnlyDictionary<string, object?>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 316public void Set<TValue>(System.Net.Http.HttpRequestOptionsKey<TValue> key, TValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 317void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Add(System.Collections.Generic.KeyValuePair<string, object> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 318void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 319bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Contains(System.Collections.Generic.KeyValuePair<string, object> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 320void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.CopyTo(System.Collections.Generic.KeyValuePair<string, object>[] array, int arrayIndex) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 321bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Remove(System.Collections.Generic.KeyValuePair<string, object> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 322void System.Collections.Generic.IDictionary<string, object?>.Add(string key, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 323bool System.Collections.Generic.IDictionary<string, object?>.ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 324bool System.Collections.Generic.IDictionary<string, object?>.Remove(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 325bool System.Collections.Generic.IDictionary<string, object?>.TryGetValue(string key, out object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 326System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, object?>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 327bool System.Collections.Generic.IReadOnlyDictionary<string, object?>.ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 328bool System.Collections.Generic.IReadOnlyDictionary<string, object?>.TryGetValue(string key, out object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 329System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 330public bool TryGetValue<TValue>(System.Net.Http.HttpRequestOptionsKey<TValue> key, [System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute(false)] out TValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 336public HttpRequestOptionsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 337public string Key { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 341public HttpResponseMessage() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 342public HttpResponseMessage(System.Net.HttpStatusCode statusCode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 344public System.Net.Http.HttpContent Content { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 345public System.Net.Http.Headers.HttpResponseHeaders Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 346public bool IsSuccessStatusCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 347public string? ReasonPhrase { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 348public System.Net.Http.HttpRequestMessage? RequestMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 349public System.Net.HttpStatusCode StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 350public System.Net.Http.Headers.HttpResponseHeaders TrailingHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 351public System.Version Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 354public System.Net.Http.HttpResponseMessage EnsureSuccessStatusCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 355public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 365protected MessageProcessingHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 366protected MessageProcessingHandler(System.Net.Http.HttpMessageHandler innerHandler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 369protected internal sealed override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 370protected internal sealed override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 374public MultipartContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 375public MultipartContent(string subtype) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 376public MultipartContent(string subtype, string boundary) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 377public System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpContent>? HeaderEncodingSelector { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 378public virtual void Add(System.Net.Http.HttpContent content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 379protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 380protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 381protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 383public System.Collections.Generic.IEnumerator<System.Net.Http.HttpContent> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 384protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 385protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 386protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 387System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 388protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 392public MultipartFormDataContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 393public MultipartFormDataContent(string boundary) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 394public override void Add(System.Net.Http.HttpContent content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 395public void Add(System.Net.Http.HttpContent content, string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 396public void Add(System.Net.Http.HttpContent content, string name, string fileName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 397protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 401public ReadOnlyMemoryContent(System.ReadOnlyMemory<byte> content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 402protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 403protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 404protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 405protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 406protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 407protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 411internal SocketsHttpConnectionContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 412public System.Net.DnsEndPoint DnsEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 413public System.Net.Http.HttpRequestMessage InitialRequestMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 418public SocketsHttpHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 420public System.Diagnostics.DistributedContextPropagator? ActivityHeadersPropagator { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 421public bool AllowAutoRedirect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 422public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 423public System.Func<System.Net.Http.SocketsHttpConnectionContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.IO.Stream>>? ConnectCallback { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 424public System.TimeSpan ConnectTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 426public System.Net.CookieContainer CookieContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 427public System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 428public System.Net.ICredentials? DefaultProxyCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 429public bool EnableMultipleHttp2Connections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 430public bool EnableMultipleHttp3Connections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 431public System.TimeSpan Expect100ContinueTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 432public int InitialHttp2StreamWindowSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 434public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 435public System.TimeSpan KeepAlivePingDelay { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 436public System.Net.Http.HttpKeepAlivePingPolicy KeepAlivePingPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 437public System.TimeSpan KeepAlivePingTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 438public int MaxAutomaticRedirections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 439public int MaxConnectionsPerServer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 440public int MaxResponseDrainSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 441public int MaxResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 443public System.Diagnostics.Metrics.IMeterFactory? MeterFactory { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 444public System.Func<System.Net.Http.SocketsHttpPlaintextStreamFilterContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.IO.Stream>>? PlaintextStreamFilter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 445public System.TimeSpan PooledConnectionIdleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 446public System.TimeSpan PooledConnectionLifetime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 447public bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 448public System.Collections.Generic.IDictionary<string, object?> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 449public System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 450public System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpRequestMessage>? RequestHeaderEncodingSelector { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 451public System.TimeSpan ResponseDrainTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 452public System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpRequestMessage>? ResponseHeaderEncodingSelector { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 454public System.Net.Security.SslClientAuthenticationOptions SslOptions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 455public bool UseCookies { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 456public bool UseProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 458protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 459protected internal override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 463internal SocketsHttpPlaintextStreamFilterContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 464public System.Net.Http.HttpRequestMessage InitialRequestMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 465public System.Version NegotiatedHttpVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 466public System.IO.Stream PlaintextStream { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 470public StreamContent(System.IO.Stream content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 471public StreamContent(System.IO.Stream content, int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 472protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 473protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 475protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 476protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 477protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 478protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 482public StringContent(string content) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 483public StringContent(string content, System.Net.Http.Headers.MediaTypeHeaderValue? mediaType) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 484public StringContent(string content, System.Text.Encoding? encoding) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 485public StringContent(string content, System.Text.Encoding? encoding, System.Net.Http.Headers.MediaTypeHeaderValue? mediaType) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 486public StringContent(string content, System.Text.Encoding? encoding, string? mediaType) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 487protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 494public AuthenticationHeaderValue(string scheme) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 495public AuthenticationHeaderValue(string scheme, string? parameter) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 496public string? Parameter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 497public string Scheme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 498public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 499public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 500public static System.Net.Http.Headers.AuthenticationHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 501object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 502public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 503public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.AuthenticationHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 507public CacheControlHeaderValue() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 508public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Extensions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 509public System.TimeSpan? MaxAge { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 510public bool MaxStale { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 511public System.TimeSpan? MaxStaleLimit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 512public System.TimeSpan? MinFresh { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 513public bool MustRevalidate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 514public bool NoCache { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 515public System.Collections.Generic.ICollection<string> NoCacheHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 516public bool NoStore { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 517public bool NoTransform { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 518public bool OnlyIfCached { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 519public bool Private { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 520public System.Collections.Generic.ICollection<string> PrivateHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 521public bool ProxyRevalidate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 522public bool Public { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 523public System.TimeSpan? SharedMaxAge { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 524public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 525public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 526public static System.Net.Http.Headers.CacheControlHeaderValue Parse(string? input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 527object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 528public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 529public static bool TryParse(string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.CacheControlHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 533protected ContentDispositionHeaderValue(System.Net.Http.Headers.ContentDispositionHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 534public ContentDispositionHeaderValue(string dispositionType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 535public System.DateTimeOffset? CreationDate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 536public string DispositionType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 537public string? FileName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 538public string? FileNameStar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 539public System.DateTimeOffset? ModificationDate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 540public string? Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 541public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 542public System.DateTimeOffset? ReadDate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 543public long? Size { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 544public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 545public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 546public static System.Net.Http.Headers.ContentDispositionHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 547object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 548public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 549public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ContentDispositionHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 553public ContentRangeHeaderValue(long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 554public ContentRangeHeaderValue(long from, long to) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 555public ContentRangeHeaderValue(long from, long to, long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 556public long? From { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 557public bool HasLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 558public bool HasRange { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 559public long? Length { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 560public long? To { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 561public string Unit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 562public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 563public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 564public static System.Net.Http.Headers.ContentRangeHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 565object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 566public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 567public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ContentRangeHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 571public EntityTagHeaderValue(string tag) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 572public EntityTagHeaderValue(string tag, bool isWeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 573public static System.Net.Http.Headers.EntityTagHeaderValue Any { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 574public bool IsWeak { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 575public string Tag { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 576public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 577public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 578public static System.Net.Http.Headers.EntityTagHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 579object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 580public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 581public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.EntityTagHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 587public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 588public System.Net.Http.Headers.HeaderStringValues.Enumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 589System.Collections.Generic.IEnumerator<string> System.Collections.Generic.IEnumerable<string>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 590System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 591public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 596public string Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 597object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 599public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 600void System.Collections.IEnumerator.Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 605internal HttpContentHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 606public System.Collections.Generic.ICollection<string> Allow { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 607public System.Net.Http.Headers.ContentDispositionHeaderValue? ContentDisposition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 608public System.Collections.Generic.ICollection<string> ContentEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 609public System.Collections.Generic.ICollection<string> ContentLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 610public long? ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 611public System.Uri? ContentLocation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 612public byte[]? ContentMD5 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 613public System.Net.Http.Headers.ContentRangeHeaderValue? ContentRange { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 614public System.Net.Http.Headers.MediaTypeHeaderValue? ContentType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 615public System.DateTimeOffset? Expires { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 616public System.DateTimeOffset? LastModified { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 620protected HttpHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 621public System.Net.Http.Headers.HttpHeadersNonValidated NonValidated { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 622public void Add(string name, System.Collections.Generic.IEnumerable<string?> values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 623public void Add(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 624public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 625public bool Contains(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 626public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Collections.Generic.IEnumerable<string>>> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 627public System.Collections.Generic.IEnumerable<string> GetValues(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 628public bool Remove(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 629System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 630public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 631public bool TryAddWithoutValidation(string name, System.Collections.Generic.IEnumerable<string?> values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 632public bool TryAddWithoutValidation(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 633public bool TryGetValues(string name, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Collections.Generic.IEnumerable<string>? values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 639public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 640public System.Net.Http.Headers.HeaderStringValues this[string headerName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 641System.Collections.Generic.IEnumerable<string> System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 642System.Collections.Generic.IEnumerable<System.Net.Http.Headers.HeaderStringValues> System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 643public bool Contains(string headerName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 644public System.Net.Http.Headers.HttpHeadersNonValidated.Enumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 645System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Net.Http.Headers.HeaderStringValues>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Net.Http.Headers.HeaderStringValues>>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 646bool System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 647bool System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.TryGetValue(string key, out System.Net.Http.Headers.HeaderStringValues value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 648System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 649public bool TryGetValues(string headerName, out System.Net.Http.Headers.HeaderStringValues values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 654public System.Collections.Generic.KeyValuePair<string, System.Net.Http.Headers.HeaderStringValues> Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 655object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 657public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 658void System.Collections.IEnumerator.Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 663internal HttpHeaderValueCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 664public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 665public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 666public void Add(T item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 667public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 668public bool Contains(T item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 669public void CopyTo(T[] array, int arrayIndex) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 670public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 671public void ParseAdd(string? input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 672public bool Remove(T item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 673System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 674public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 675public bool TryParseAdd(string? input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 679internal HttpRequestHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 680public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.MediaTypeWithQualityHeaderValue> Accept { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 681public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptCharset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 682public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 683public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 684public System.Net.Http.Headers.AuthenticationHeaderValue? Authorization { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 685public System.Net.Http.Headers.CacheControlHeaderValue? CacheControl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 686public System.Net.Http.Headers.HttpHeaderValueCollection<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 687public bool? ConnectionClose { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 688public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 689public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueWithParametersHeaderValue> Expect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 690public bool? ExpectContinue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 691public string? From { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 692public string? Host { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 693public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 694public System.DateTimeOffset? IfModifiedSince { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 695public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfNoneMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 696public System.Net.Http.Headers.RangeConditionHeaderValue? IfRange { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 697public System.DateTimeOffset? IfUnmodifiedSince { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 698public int? MaxForwards { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 699public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 700public string? Protocol { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 701public System.Net.Http.Headers.AuthenticationHeaderValue? ProxyAuthorization { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 702public System.Net.Http.Headers.RangeHeaderValue? Range { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 703public System.Uri? Referrer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 704public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingWithQualityHeaderValue> TE { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 705public System.Net.Http.Headers.HttpHeaderValueCollection<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 706public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 707public bool? TransferEncodingChunked { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 708public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 709public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> UserAgent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 710public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 711public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 715internal HttpResponseHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 716public System.Net.Http.Headers.HttpHeaderValueCollection<string> AcceptRanges { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 717public System.TimeSpan? Age { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 718public System.Net.Http.Headers.CacheControlHeaderValue? CacheControl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 719public System.Net.Http.Headers.HttpHeaderValueCollection<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 720public bool? ConnectionClose { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 721public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 722public System.Net.Http.Headers.EntityTagHeaderValue? ETag { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 723public System.Uri? Location { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 724public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 725public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue> ProxyAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 726public System.Net.Http.Headers.RetryConditionHeaderValue? RetryAfter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 727public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> Server { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 728public System.Net.Http.Headers.HttpHeaderValueCollection<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 729public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 730public bool? TransferEncodingChunked { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 731public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 732public System.Net.Http.Headers.HttpHeaderValueCollection<string> Vary { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 733public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 734public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 735public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue> WwwAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 739protected MediaTypeHeaderValue(System.Net.Http.Headers.MediaTypeHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 740public MediaTypeHeaderValue(string mediaType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 741public MediaTypeHeaderValue(string mediaType, string? charSet) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 742public string? CharSet { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 744public string? MediaType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 745public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 746public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 747public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 748public static System.Net.Http.Headers.MediaTypeHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 749object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 750public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 751public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.MediaTypeHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 755public MediaTypeWithQualityHeaderValue(string mediaType) : base (default(System.Net.Http.Headers.MediaTypeHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 756public MediaTypeWithQualityHeaderValue(string mediaType, double quality) : base (default(System.Net.Http.Headers.MediaTypeHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 757public double? Quality { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 758public static new System.Net.Http.Headers.MediaTypeWithQualityHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 759object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 760public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.MediaTypeWithQualityHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 764protected internal NameValueHeaderValue(System.Net.Http.Headers.NameValueHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 765public NameValueHeaderValue(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 766public NameValueHeaderValue(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 767public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 768public string? Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 769public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 770public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 771public static System.Net.Http.Headers.NameValueHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 772object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 773public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 774public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.NameValueHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 778protected NameValueWithParametersHeaderValue(System.Net.Http.Headers.NameValueWithParametersHeaderValue source) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 779public NameValueWithParametersHeaderValue(string name) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 780public NameValueWithParametersHeaderValue(string name, string? value) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 781public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 782public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 783public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 784public static new System.Net.Http.Headers.NameValueWithParametersHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 785object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 786public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 787public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.NameValueWithParametersHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 791public ProductHeaderValue(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 792public ProductHeaderValue(string name, string? version) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 793public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 794public string? Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 795public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 796public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 797public static System.Net.Http.Headers.ProductHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 798object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 799public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 800public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ProductHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 804public ProductInfoHeaderValue(System.Net.Http.Headers.ProductHeaderValue product) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 805public ProductInfoHeaderValue(string comment) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 806public ProductInfoHeaderValue(string productName, string? productVersion) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 807public string? Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 808public System.Net.Http.Headers.ProductHeaderValue? Product { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 809public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 810public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 811public static System.Net.Http.Headers.ProductInfoHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 812object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 813public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 814public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ProductInfoHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 818public RangeConditionHeaderValue(System.DateTimeOffset date) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 819public RangeConditionHeaderValue(System.Net.Http.Headers.EntityTagHeaderValue entityTag) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 820public RangeConditionHeaderValue(string entityTag) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 821public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 822public System.Net.Http.Headers.EntityTagHeaderValue? EntityTag { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 823public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 824public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 825public static System.Net.Http.Headers.RangeConditionHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 826object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 827public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 828public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.RangeConditionHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 832public RangeHeaderValue() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 833public RangeHeaderValue(long? from, long? to) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 834public System.Collections.Generic.ICollection<System.Net.Http.Headers.RangeItemHeaderValue> Ranges { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 835public string Unit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 836public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 837public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 838public static System.Net.Http.Headers.RangeHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 839object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 840public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 841public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.RangeHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 845public RangeItemHeaderValue(long? from, long? to) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 846public long? From { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 847public long? To { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 848public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 849public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 850object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 851public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 855public RetryConditionHeaderValue(System.DateTimeOffset date) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 856public RetryConditionHeaderValue(System.TimeSpan delta) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 857public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 858public System.TimeSpan? Delta { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 859public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 860public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 861public static System.Net.Http.Headers.RetryConditionHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 862object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 863public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 864public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.RetryConditionHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 868public StringWithQualityHeaderValue(string value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 869public StringWithQualityHeaderValue(string value, double quality) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 870public double? Quality { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 871public string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 872public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 873public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 874public static System.Net.Http.Headers.StringWithQualityHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 875object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 876public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 877public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.StringWithQualityHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 881protected TransferCodingHeaderValue(System.Net.Http.Headers.TransferCodingHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 882public TransferCodingHeaderValue(string value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 883public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 884public string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 885public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 886public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 887public static System.Net.Http.Headers.TransferCodingHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 888object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 889public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 890public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.TransferCodingHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 894public TransferCodingWithQualityHeaderValue(string value) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 895public TransferCodingWithQualityHeaderValue(string value, double quality) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 896public double? Quality { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 897public static new System.Net.Http.Headers.TransferCodingWithQualityHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 898object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 899public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.TransferCodingWithQualityHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 903public ViaHeaderValue(string protocolVersion, string receivedBy) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 904public ViaHeaderValue(string protocolVersion, string receivedBy, string? protocolName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 905public ViaHeaderValue(string protocolVersion, string receivedBy, string? protocolName, string? comment) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 906public string? Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 907public string? ProtocolName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 908public string ProtocolVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 909public string ReceivedBy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 910public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 911public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 912public static System.Net.Http.Headers.ViaHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 913object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 914public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 915public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ViaHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 919public WarningHeaderValue(int code, string agent, string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 920public WarningHeaderValue(int code, string agent, string text, System.DateTimeOffset date) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 921public string Agent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 922public int Code { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 923public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 924public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 925public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 926public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 927public static System.Net.Http.Headers.WarningHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 928object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 929public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 930public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.WarningHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 937internal HttpMetricsEnrichmentContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 938public System.Exception? Exception { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 939public System.Net.Http.HttpRequestMessage Request { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 940public System.Net.Http.HttpResponseMessage? Response { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 941public static void AddCallback(System.Net.Http.HttpRequestMessage request, System.Action<System.Net.Http.Metrics.HttpMetricsEnrichmentContext> callback) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 942public void AddCustomTag(string name, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
System.Net.Http.WinHttpHandler (52)
artifacts\obj\System.Net.Http.WinHttpHandler\Debug\net10.0\System.Net.Http.WinHttpHandler.notsupported.cs (52)
24public WinHttpHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } 25public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 26public bool AutomaticRedirection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 27public bool CheckCertificateRevocationList { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 28public System.Net.Http.ClientCertificateOption ClientCertificateOption { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 29public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ClientCertificates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 30public System.Net.CookieContainer? CookieContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 31public System.Net.Http.CookieUsePolicy CookieUsePolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 32public System.Net.ICredentials? DefaultProxyCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 33public bool EnableMultipleHttp2Connections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 34public int MaxAutomaticRedirections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 35public int MaxConnectionsPerServer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 36public int MaxResponseDrainSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 37public int MaxResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 38public bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 39public System.Collections.Generic.IDictionary<string, object> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 40public System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 41public System.TimeSpan ReceiveDataTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 42public System.TimeSpan ReceiveHeadersTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 43public System.TimeSpan SendTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 44public System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.X509Certificates.X509Chain, System.Net.Security.SslPolicyErrors, bool>? ServerCertificateValidationCallback { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 45public System.Net.ICredentials? ServerCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 46public System.Security.Authentication.SslProtocols SslProtocols { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 47public bool TcpKeepAliveEnabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 48public System.TimeSpan TcpKeepAliveTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 49public System.TimeSpan TcpKeepAliveInterval { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 50public System.Net.Http.WindowsProxyUsePolicy WindowsProxyUsePolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } } 52protected override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); }
System.Net.HttpListener (1)
System\Net\WebSockets\HttpWebSocket.cs (1)
103throw new PlatformNotSupportedException(SR.net_WebSockets_UnsupportedPlatform);
System.Net.NameResolution (33)
artifacts\obj\System.Net.NameResolution\Debug\net10.0\System.Net.NameResolution.notsupported.cs (33)
11public static System.IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 13public static System.IAsyncResult BeginGetHostByName(string hostName, System.AsyncCallback? requestCallback, object? stateObject) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 14public static System.IAsyncResult BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback? requestCallback, object? stateObject) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 15public static System.IAsyncResult BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback? requestCallback, object? stateObject) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 17public static System.IAsyncResult BeginResolve(string hostName, System.AsyncCallback? requestCallback, object? stateObject) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 18public static System.Net.IPAddress[] EndGetHostAddresses(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 20public static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 21public static System.Net.IPHostEntry EndGetHostEntry(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 23public static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 24public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 25public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress, System.Net.Sockets.AddressFamily family) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 26public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 27public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress, System.Net.Sockets.AddressFamily family, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 28public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 30public static System.Net.IPHostEntry GetHostByAddress(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 32public static System.Net.IPHostEntry GetHostByAddress(string address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 34public static System.Net.IPHostEntry GetHostByName(string hostName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 35public static System.Net.IPHostEntry GetHostEntry(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 36public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 37public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress, System.Net.Sockets.AddressFamily family) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 38public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 39public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(string hostNameOrAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 40public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(string hostNameOrAddress, System.Net.Sockets.AddressFamily family, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 41public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(string hostNameOrAddress, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 42public static string GetHostName() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 44public static System.Net.IPHostEntry Resolve(string hostName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 48public IPHostEntry() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } 49public System.Net.IPAddress[] AddressList { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } } 50public string[] Aliases { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } } 51public string HostName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetNameResolution_PlatformNotSupported); } }
System.Net.NetworkInformation (106)
artifacts\obj\System.Net.NetworkInformation\Debug\net10.0\System.Net.NetworkInformation.notsupported.cs (106)
19protected GatewayIPAddressInformation() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 24protected internal GatewayIPAddressInformationCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 25public virtual int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 26public virtual bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 27public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 28public virtual void Add(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 29public virtual void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 30public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 31public virtual void CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 32public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.GatewayIPAddressInformation> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 33public virtual bool Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 34System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 38protected IcmpV4Statistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 84protected IcmpV6Statistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 136protected IPAddressInformation() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 145internal IPAddressInformationCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 146public virtual int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 147public virtual bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 148public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 149public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 150public virtual void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 151public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 152public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 153public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 154public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 155System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 159protected IPGlobalProperties() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 167public virtual System.IAsyncResult BeginGetUnicastAddresses(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 168public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection EndGetUnicastAddresses(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 181public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 196public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection GetUnicastAddresses() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 197public virtual System.Threading.Tasks.Task<System.Net.NetworkInformation.UnicastIPAddressInformationCollection> GetUnicastAddressesAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 201protected IPGlobalStatistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 247protected IPInterfaceProperties() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 283protected IPInterfaceStatistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 305protected IPv4InterfaceProperties() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 323protected IPv4InterfaceStatistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 343protected IPv6InterfaceProperties() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 350public virtual long GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 354protected MulticastIPAddressInformation() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 370protected internal MulticastIPAddressInformationCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 371public virtual int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 372public virtual bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 373public virtual System.Net.NetworkInformation.MulticastIPAddressInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 374public virtual void Add(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 375public virtual void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 376public virtual bool Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 377public virtual void CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 378public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.MulticastIPAddressInformation> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 379public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 380System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 394internal NetworkAvailabilityEventArgs() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 395public bool IsAvailable { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 401public NetworkChange() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 404public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler? NetworkAddressChanged { add { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 407public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler? NetworkAvailabilityChanged { add { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 410public static void RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 414public NetworkInformationException() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 415public NetworkInformationException(int errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 418protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 419public override int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 423protected NetworkInterface() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 424public virtual string Description { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 425public virtual string Id { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 428public static int IPv6LoopbackInterfaceIndex { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 429public virtual bool IsReceiveOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 432public static int LoopbackInterfaceIndex { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 433public virtual string Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 434public virtual System.Net.NetworkInformation.NetworkInterfaceType NetworkInterfaceType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 435public virtual System.Net.NetworkInformation.OperationalStatus OperationalStatus { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 436public virtual long Speed { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 437public virtual bool SupportsMulticast { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 440public static System.Net.NetworkInformation.NetworkInterface[] GetAllNetworkInterfaces() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 441public virtual System.Net.NetworkInformation.IPInterfaceProperties GetIPProperties() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 443public virtual System.Net.NetworkInformation.IPInterfaceStatistics GetIPStatistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 445public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 448public static bool GetIsNetworkAvailable() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 449public virtual System.Net.NetworkInformation.PhysicalAddress GetPhysicalAddress() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 450public virtual bool Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 501public PhysicalAddress(byte[] address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 502public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 503public byte[] GetAddressBytes() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 504public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 505public static System.Net.NetworkInformation.PhysicalAddress Parse(System.ReadOnlySpan<char> address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 506public static System.Net.NetworkInformation.PhysicalAddress Parse(string? address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 507public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 508public static bool TryParse(System.ReadOnlySpan<char> address, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.NetworkInformation.PhysicalAddress? value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 509public static bool TryParse(string? address, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.NetworkInformation.PhysicalAddress? value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 541protected TcpConnectionInformation() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 564protected TcpStatistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 582protected UdpStatistics() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 591protected UnicastIPAddressInformation() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 601public virtual int PrefixLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 609protected internal UnicastIPAddressInformationCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 610public virtual int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 611public virtual bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 612public virtual System.Net.NetworkInformation.UnicastIPAddressInformation this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } } 613public virtual void Add(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 614public virtual void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 615public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 616public virtual void CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 617public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.UnicastIPAddressInformation> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 618public virtual bool Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); } 619System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemNetNetworkInformation_PlatformNotSupported); }
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.PingUtility.cs (2)
24throw new PlatformNotSupportedException(SR.net_ping_utility_not_found); 32throw new PlatformNotSupportedException(SR.net_ping_utility_custom_payload);
System.Net.Primitives (241)
artifacts\obj\System.Net.Primitives\Debug\net10.0\System.Net.Primitives.notsupported.cs (241)
22public Cookie() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 23public Cookie(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 24public Cookie(string name, string? value, string? path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 25public Cookie(string name, string? value, string? path, string? domain) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 27public string Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 28public System.Uri? CommentUri { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 29public bool Discard { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 31public string Domain { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 32public bool Expired { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 33public System.DateTime Expires { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 34public bool HttpOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 35public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 37public string Path { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 39public string Port { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 40public bool Secure { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 41public System.DateTime TimeStamp { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 43public string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 44public int Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 45public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 46public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 47public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 51public CookieCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 52public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 53public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 54public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 55public System.Net.Cookie this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 56public System.Net.Cookie? this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 57public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 58public void Add(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 59public void Add(System.Net.CookieCollection cookies) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 60public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 61public bool Contains(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 62public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 63public void CopyTo(System.Net.Cookie[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 64public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 65public bool Remove(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 66System.Collections.Generic.IEnumerator<System.Net.Cookie> System.Collections.Generic.IEnumerable<System.Net.Cookie>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 73public CookieContainer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 74public CookieContainer(int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 75public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 76public int Capacity { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 77public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 78public int MaxCookieSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 79public int PerDomainCapacity { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 80public void Add(System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 81public void Add(System.Net.CookieCollection cookies) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 82public void Add(System.Uri uri, System.Net.Cookie cookie) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 83public void Add(System.Uri uri, System.Net.CookieCollection cookies) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 84public System.Net.CookieCollection GetAllCookies() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 85public string GetCookieHeader(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 86public System.Net.CookieCollection GetCookies(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 87public void SetCookies(System.Uri uri, string cookieHeader) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 91public CookieException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 92public CookieException(string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 93public CookieException(string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 96protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 99public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 100void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 104public CredentialCache() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 105public static System.Net.ICredentials DefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 106public static System.Net.NetworkCredential DefaultNetworkCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 107public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 108public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 109public System.Net.NetworkCredential? GetCredential(string host, int port, string authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 110public System.Net.NetworkCredential? GetCredential(System.Uri uriPrefix, string authType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 111public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 112public void Remove(string? host, int port, string? authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 113public void Remove(System.Uri? uriPrefix, string? authType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 126public DnsEndPoint(string host, int port) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 127public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 128public override System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 129public string Host { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 130public int Port { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 131public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 132public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 133public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 137protected EndPoint() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 138public virtual System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 139public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 140public virtual System.Net.SocketAddress Serialize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 237public IPAddress(byte[] address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 238public IPAddress(byte[] address, long scopeid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 239public IPAddress(long newAddress) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 240public IPAddress(System.ReadOnlySpan<byte> address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 241public IPAddress(System.ReadOnlySpan<byte> address, long scopeid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 243public long Address { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 244public System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 245public bool IsIPv4MappedToIPv6 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 246public bool IsIPv6LinkLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 247public bool IsIPv6Multicast { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 248public bool IsIPv6SiteLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 249public bool IsIPv6Teredo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 250public bool IsIPv6UniqueLocal { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 251public long ScopeId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 252public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 253public byte[] GetAddressBytes() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 254public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 255public static short HostToNetworkOrder(short host) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 256public static int HostToNetworkOrder(int host) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 257public static long HostToNetworkOrder(long host) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 258public static bool IsLoopback(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 259public static bool IsValidUtf8(System.ReadOnlySpan<byte> utf8Text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 260public static bool IsValid(System.ReadOnlySpan<char> ipSpan) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 261public System.Net.IPAddress MapToIPv4() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 262public System.Net.IPAddress MapToIPv6() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 263public static short NetworkToHostOrder(short network) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 264public static int NetworkToHostOrder(int network) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 265public static long NetworkToHostOrder(long network) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 266public static System.Net.IPAddress Parse(System.ReadOnlySpan<char> ipSpan) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 267public static System.Net.IPAddress Parse(string ipString) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 268public static System.Net.IPAddress Parse(System.ReadOnlySpan<byte> utf8Text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 269static System.Net.IPAddress ISpanParsable<System.Net.IPAddress>.Parse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 270static System.Net.IPAddress IParsable<System.Net.IPAddress>.Parse(string s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 271static System.Net.IPAddress IUtf8SpanParsable<System.Net.IPAddress>.Parse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 272public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 273string System.IFormattable.ToString(string? format, System.IFormatProvider? formatProvider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 274public bool TryFormat(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 275public bool TryFormat(System.Span<byte> utf8Destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 276bool System.ISpanFormattable.TryFormat(System.Span<char> destination, out int charsWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 277bool System.IUtf8SpanFormattable.TryFormat(System.Span<byte> utf8Destination, out int bytesWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 278public static bool TryParse(System.ReadOnlySpan<char> ipSpan, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress? address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 279public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? ipString, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress? address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 280public static bool TryParse(System.ReadOnlySpan<byte> utf8Text, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 281static bool System.ISpanParsable<IPAddress>.TryParse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 282static bool System.IParsable<IPAddress>.TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? s, System.IFormatProvider? provider, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 283static bool System.IUtf8SpanParsable<System.Net.IPAddress>.TryParse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out System.Net.IPAddress? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 284public bool TryWriteBytes(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 290public IPEndPoint(long address, int port) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 291public IPEndPoint(System.Net.IPAddress address, int port) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 292public System.Net.IPAddress Address { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 293public override System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 294public int Port { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 295public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 296public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 297public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 298public static System.Net.IPEndPoint Parse(System.ReadOnlySpan<char> s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 299public static System.Net.IPEndPoint Parse(string s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 300public override System.Net.SocketAddress Serialize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 301public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 302public static bool TryParse(System.ReadOnlySpan<char> s, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPEndPoint? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 303public static bool TryParse(string s, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPEndPoint? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 309public IPNetwork(System.Net.IPAddress baseAddress, int prefixLength) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 310public System.Net.IPAddress BaseAddress { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 311public int PrefixLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 312public bool Contains(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 313public bool Equals(System.Net.IPNetwork other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 314public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 315public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 316public static bool operator ==(System.Net.IPNetwork left, System.Net.IPNetwork right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 317public static bool operator !=(System.Net.IPNetwork left, System.Net.IPNetwork right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 318public static System.Net.IPNetwork Parse(System.ReadOnlySpan<char> s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 319public static System.Net.IPNetwork Parse(string s) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 320public static IPNetwork Parse(ReadOnlySpan<byte> utf8Text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 321string System.IFormattable.ToString(string? format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 322static System.Net.IPNetwork System.IParsable<System.Net.IPNetwork>.Parse([System.Diagnostics.CodeAnalysis.NotNullAttribute] string s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 323static bool System.IParsable<System.Net.IPNetwork>.TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? s, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 324bool System.ISpanFormattable.TryFormat(System.Span<char> destination, out int charsWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 325bool System.IUtf8SpanFormattable.TryFormat(System.Span<byte> utf8Destination, out int bytesWritten, System.ReadOnlySpan<char> format, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 326static System.Net.IPNetwork System.ISpanParsable<System.Net.IPNetwork>.Parse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 327static bool System.ISpanParsable<System.Net.IPNetwork>.TryParse(System.ReadOnlySpan<char> s, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 328static System.Net.IPNetwork System.IUtf8SpanParsable<System.Net.IPNetwork>.Parse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 329static bool System.IUtf8SpanParsable<System.Net.IPNetwork>.TryParse(System.ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 330public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 331public bool TryFormat(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 332public bool TryFormat(System.Span<byte> utf8Destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 333public static bool TryParse(System.ReadOnlySpan<char> s, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 334public static bool TryParse(string? s, out System.Net.IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 335public static bool TryParse(ReadOnlySpan<byte> utf8Text, out IPNetwork result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 345public NetworkCredential() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 347public NetworkCredential(string? userName, System.Security.SecureString? password) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 349public NetworkCredential(string? userName, System.Security.SecureString? password, string? domain) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 350public NetworkCredential(string? userName, string? password) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 351public NetworkCredential(string? userName, string? password, string? domain) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 353public string Domain { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 355public string Password { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 358public System.Security.SecureString SecurePassword { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 360public string UserName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 361public System.Net.NetworkCredential GetCredential(string? host, int port, string? authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 362public System.Net.NetworkCredential GetCredential(System.Uri? uri, string? authenticationType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 366public SocketAddress(System.Net.Sockets.AddressFamily family) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 367public SocketAddress(System.Net.Sockets.AddressFamily family, int size) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 368public System.Net.Sockets.AddressFamily Family { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 369public byte this[int offset] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 370public int Size { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 371public static int GetMaximumAddressSize(System.Net.Sockets.AddressFamily addressFamily) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 372public System.Memory<byte> Buffer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 373public override bool Equals(object? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 374public bool Equals(System.Net.SocketAddress? comparand) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 375public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 376public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 380protected TransportContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 398public RequestCachePolicy() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 399public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 400public System.Net.Cache.RequestCacheLevel Level { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 401public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 408protected internal IPAddressCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 409public virtual int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 410public virtual bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 411public virtual System.Net.IPAddress this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 412public virtual void Add(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 413public virtual void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 414public virtual bool Contains(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 415public virtual void CopyTo(System.Net.IPAddress[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 416public virtual System.Collections.Generic.IEnumerator<System.Net.IPAddress> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 417public virtual bool Remove(System.Net.IPAddress address) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 418System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 528public SocketException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 529public SocketException(int errorCode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 530public SocketException(int errorCode, string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 533protected SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 534public override int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 535public override string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 536public System.Net.Sockets.SocketError SocketErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } } 595protected ChannelBinding() : base(default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } 596protected ChannelBinding(bool ownsHandle) : base(default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); }
System.Net.Quic (114)
artifacts\obj\System.Net.Quic\Debug\net10.0\System.Net.Quic.notsupported.cs (114)
18public QuicClientConnectionOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 19public System.Net.Security.SslClientAuthenticationOptions ClientAuthenticationOptions { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 20public System.Net.IPEndPoint? LocalEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 21public System.Net.EndPoint RemoteEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 25internal QuicConnection() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 26public System.Net.IPEndPoint LocalEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 27public System.Net.Security.SslApplicationProtocol NegotiatedApplicationProtocol { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 29public System.Net.Security.TlsCipherSuite NegotiatedCipherSuite { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 30public System.Security.Authentication.SslProtocols SslProtocol { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 31public System.Security.Cryptography.X509Certificates.X509Certificate? RemoteCertificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 32public System.Net.IPEndPoint RemoteEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 33public string TargetHostName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 34public System.Threading.Tasks.ValueTask<System.Net.Quic.QuicStream> AcceptInboundStreamAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 35public System.Threading.Tasks.ValueTask CloseAsync(long errorCode, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 36public static System.Threading.Tasks.ValueTask<System.Net.Quic.QuicConnection> ConnectAsync(System.Net.Quic.QuicClientConnectionOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 37public System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 38public System.Threading.Tasks.ValueTask<System.Net.Quic.QuicStream> OpenOutboundStreamAsync(System.Net.Quic.QuicStreamType type, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 39public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 43internal QuicConnectionOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 44public long DefaultCloseErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 45public long DefaultStreamErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 46public System.TimeSpan HandshakeTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 47public System.TimeSpan IdleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 48public System.Net.Quic.QuicReceiveWindowSizes InitialReceiveWindowSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 49public System.TimeSpan KeepAliveInterval { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 50public int MaxInboundBidirectionalStreams { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 51public int MaxInboundUnidirectionalStreams { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 52public System.Action<System.Net.Quic.QuicConnection, System.Net.Quic.QuicStreamCapacityChangedArgs>? StreamCapacityCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 71public QuicException(System.Net.Quic.QuicError error, long? applicationErrorCode, string message) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 72public long? ApplicationErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 73public System.Net.Quic.QuicError QuicError { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 74public long? TransportErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 78internal QuicListener() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 79public System.Net.IPEndPoint LocalEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 80public System.Threading.Tasks.ValueTask<System.Net.Quic.QuicConnection> AcceptConnectionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 81public System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 82public static System.Threading.Tasks.ValueTask<System.Net.Quic.QuicListener> ListenAsync(System.Net.Quic.QuicListenerOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 83public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 87public QuicListenerOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 88public System.Collections.Generic.List<System.Net.Security.SslApplicationProtocol> ApplicationProtocols { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 89public System.Func<System.Net.Quic.QuicConnection, System.Net.Security.SslClientHelloInfo, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.Net.Quic.QuicServerConnectionOptions>> ConnectionOptionsCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 90public int ListenBacklog { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 91public System.Net.IPEndPoint ListenEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 95public QuicReceiveWindowSizes() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 96public int Connection { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 97public int LocallyInitiatedBidirectionalStream { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 98public int RemotelyInitiatedBidirectionalStream { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 99public int UnidirectionalStream { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 103public QuicServerConnectionOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 104public System.Net.Security.SslServerAuthenticationOptions ServerAuthenticationOptions { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 108internal QuicStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 109public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 110public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 111public override bool CanTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 112public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 113public long Id { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 114public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 115public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 116public System.Threading.Tasks.Task ReadsClosed { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 117public override int ReadTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 118public System.Net.Quic.QuicStreamType Type { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 119public System.Threading.Tasks.Task WritesClosed { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 120public override int WriteTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 121public void Abort(System.Net.Quic.QuicAbortDirection abortDirection, long errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 122public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 123public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 124public void CompleteWrites() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 126public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 127public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 128public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 129public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 130public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 131public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 132public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 133public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 134public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 135public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 136public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 137public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 138public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 139public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 140public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 141public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 142public System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, bool completeWrites, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 143public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 144public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } 150public int BidirectionalIncrement { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } init { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } } 151public int UnidirectionalIncrement { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } init { throw new System.PlatformNotSupportedException(System.SR.SystemNetQuic_PlatformNotSupported); } }
System.Net.Requests (401)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (401)
12internal AuthenticationManager() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 13public static System.Net.ICredentialPolicy? CredentialPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 14public static System.Collections.Specialized.StringDictionary CustomTargetNameDictionary { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 15public static System.Collections.IEnumerator RegisteredModules { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 16public static System.Net.Authorization? Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 17public static System.Net.Authorization? PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 18public static void Register(System.Net.IAuthenticationModule authenticationModule) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 19public static void Unregister(System.Net.IAuthenticationModule authenticationModule) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 20public static void Unregister(string authenticationScheme) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 24public Authorization(string? token) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 25public Authorization(string? token, bool finished) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 26public Authorization(string? token, bool finished, string? connectionGroupId) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 27public bool Complete { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 28public string? ConnectionGroupId { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 29public string? Message { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 30public bool MutuallyAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 31public string[]? ProtectionRealm { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 37protected FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 38public override string? ConnectionGroupName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 39public override long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 40public override string? ContentType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 41public override System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 42public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 43public override string Method { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 44public override bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 45public override System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 46public override System.Uri RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 47public override int Timeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 48public override bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 49public override void Abort() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 50public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 51public override System.IAsyncResult BeginGetResponse(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 52public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 53public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 55protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 56public override System.IO.Stream GetRequestStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 57public override System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 58public override System.Net.WebResponse GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 59public override System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 61void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 67protected FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 68public override long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 69public override string ContentType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 70public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 71public override System.Uri ResponseUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 72public override bool SupportsHeaders { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 73public override void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 75protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 76public override System.IO.Stream GetResponseStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 78void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 122internal FtpWebRequest() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 123public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 124public override string? ConnectionGroupName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 125public override long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 126public long ContentOffset { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 127public override string? ContentType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 129public override System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 130public static new System.Net.Cache.RequestCachePolicy? DefaultCachePolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 131public bool EnableSsl { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 132public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 133public bool KeepAlive { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 134public override string Method { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 135public override bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 136public override System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 137public int ReadWriteTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 139public string? RenameTo { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 140public override System.Uri RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 141public System.Net.ServicePoint ServicePoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 142public override int Timeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 143public bool UseBinary { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 144public override bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 145public bool UsePassive { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 146public override void Abort() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 147public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 148public override System.IAsyncResult BeginGetResponse(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 149public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 150public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 151public override System.IO.Stream GetRequestStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 152public override System.Net.WebResponse GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 156internal FtpWebResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 157public string? BannerMessage { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 158public override long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 159public string? ExitMessage { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 160public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 161public System.DateTime LastModified { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 162public override System.Uri ResponseUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 163public System.Net.FtpStatusCode StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 164public string? StatusDescription { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 165public override bool SupportsHeaders { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 166public string? WelcomeMessage { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 167public override void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 168public override System.IO.Stream GetResponseStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 173public GlobalProxySelection() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 175public static System.Net.IWebProxy Select { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 176public static System.Net.IWebProxy GetEmptyWebProxy() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 183protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 184public string? Accept { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 185public System.Uri Address { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 186public virtual bool AllowAutoRedirect { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 187public virtual bool AllowReadStreamBuffering { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 188public virtual bool AllowWriteStreamBuffering { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 189public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 190public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 191public string? Connection { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 192public override string? ConnectionGroupName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 193public override long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 194public override string? ContentType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 195public System.Net.HttpContinueDelegate? ContinueDelegate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 196public int ContinueTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 197public virtual System.Net.CookieContainer? CookieContainer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 198public override System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 199public System.DateTime Date { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 200public static new System.Net.Cache.RequestCachePolicy? DefaultCachePolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 201public static int DefaultMaximumErrorResponseLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 202public static int DefaultMaximumResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 203public string? Expect { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 204public virtual bool HaveResponse { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 205public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 206public string Host { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 207public System.DateTime IfModifiedSince { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 208public bool KeepAlive { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 209public int MaximumAutomaticRedirections { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 210public int MaximumResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 211public string? MediaType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 212public override string Method { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 213public bool Pipelined { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 214public override bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 215public System.Version ProtocolVersion { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 216public override System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 217public int ReadWriteTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 218public string? Referer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 219public override System.Uri RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 220public bool SendChunked { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 221public System.Net.Security.RemoteCertificateValidationCallback? ServerCertificateValidationCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 222public System.Net.ServicePoint ServicePoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 223public virtual bool SupportsCookieContainer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 224public override int Timeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 225public string? TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 226public bool UnsafeAuthenticatedConnectionSharing { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 227public override bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 228public string? UserAgent { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 229public override void Abort() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 230public void AddRange(int range) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 231public void AddRange(int from, int to) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 232public void AddRange(long range) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 233public void AddRange(long from, long to) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 234public void AddRange(string rangeSpecifier, int range) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 235public void AddRange(string rangeSpecifier, int from, int to) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 236public void AddRange(string rangeSpecifier, long range) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 237public void AddRange(string rangeSpecifier, long from, long to) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 238public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 239public override System.IAsyncResult BeginGetResponse(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 240public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 241public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 242public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 244protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 245public override System.IO.Stream GetRequestStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 246public System.IO.Stream GetRequestStream(out System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 247public override System.Net.WebResponse GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 249void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 255public HttpWebResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 258protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 259public string? CharacterSet { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 260public string ContentEncoding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 261public override long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 262public override string ContentType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 263public virtual System.Net.CookieCollection Cookies { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 264public override System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 265public override bool IsMutuallyAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 266public System.DateTime LastModified { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 267public virtual string Method { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 268public System.Version ProtocolVersion { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 269public override System.Uri ResponseUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 270public string Server { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 271public virtual System.Net.HttpStatusCode StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 272public virtual string StatusDescription { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 273public override bool SupportsHeaders { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 274public override void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 277protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 278public string GetResponseHeader(string headerName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 279public override System.IO.Stream GetResponseStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 281void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 300public ProtocolViolationException() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 303protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 304public ProtocolViolationException(string? message) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 307public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 308void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 312public WebException() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 315protected WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 316public WebException(string? message) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 317public WebException(string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 318public WebException(string? message, System.Exception? innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse? response) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 319public WebException(string? message, System.Net.WebExceptionStatus status) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 320public System.Net.WebResponse? Response { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 321public System.Net.WebExceptionStatus Status { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 324public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 325void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 354protected WebRequest() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 357protected WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 358public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 359public virtual System.Net.Cache.RequestCachePolicy? CachePolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 360public virtual string? ConnectionGroupName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 361public virtual long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 362public virtual string? ContentType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 364public virtual System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 365public static System.Net.Cache.RequestCachePolicy? DefaultCachePolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 366public static System.Net.IWebProxy? DefaultWebProxy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 367public virtual System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 368public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 369public virtual string Method { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 370public virtual bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 371public virtual System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 372public virtual System.Uri RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 373public virtual int Timeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 374public virtual bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 375public virtual void Abort() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 376public virtual System.IAsyncResult BeginGetRequestStream(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 377public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 379public static System.Net.WebRequest Create(string requestUriString) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 381public static System.Net.WebRequest Create(System.Uri requestUri) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 383public static System.Net.WebRequest CreateDefault(System.Uri requestUri) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 385public static System.Net.HttpWebRequest CreateHttp(string requestUriString) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 387public static System.Net.HttpWebRequest CreateHttp(System.Uri requestUri) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 388public virtual System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 389public virtual System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 391protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 392public virtual System.IO.Stream GetRequestStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 393public virtual System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 394public virtual System.Net.WebResponse GetResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 395public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 396public static System.Net.IWebProxy GetSystemWebProxy() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 397public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 399void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 436protected WebResponse() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 439protected WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 440public virtual long ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 441public virtual string ContentType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 442public virtual System.Net.WebHeaderCollection Headers { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 443public virtual bool IsFromCache { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 444public virtual bool IsMutuallyAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 445public virtual System.Uri ResponseUri { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 446public virtual bool SupportsHeaders { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 447public virtual void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 451protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 452public virtual System.IO.Stream GetResponseStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 454void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 470internal ServicePoint() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 471public System.Uri Address { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 472public System.Net.BindIPEndPoint? BindIPEndPointDelegate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 473public System.Security.Cryptography.X509Certificates.X509Certificate? Certificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 474public System.Security.Cryptography.X509Certificates.X509Certificate? ClientCertificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 475public int ConnectionLeaseTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 476public int ConnectionLimit { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 477public string ConnectionName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 478public int CurrentConnections { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 479public bool Expect100Continue { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 480public System.DateTime IdleSince { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 481public int MaxIdleTime { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 482public virtual System.Version ProtocolVersion { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 483public int ReceiveBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 484public bool SupportsPipelining { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 485public bool UseNagleAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 486public bool CloseConnectionGroup(string connectionGroupName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 487public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 492internal ServicePointManager() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 495public static bool CheckCertificateRevocationList { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 496public static int DefaultConnectionLimit { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 497public static int DnsRefreshTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 498public static bool EnableDnsRoundRobin { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 500public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 501public static bool Expect100Continue { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 502public static int MaxServicePointIdleTime { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 503public static int MaxServicePoints { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 504public static bool ReusePort { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 505public static System.Net.SecurityProtocolType SecurityProtocol { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 506public static System.Net.Security.RemoteCertificateValidationCallback? ServerCertificateValidationCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 507public static bool UseNagleAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 508public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy? proxy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 509public static System.Net.ServicePoint FindServicePoint(System.Uri address) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 510public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy? proxy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 511public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 539public HttpRequestCachePolicy() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 540public HttpRequestCachePolicy(System.DateTime cacheSyncDate) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 541public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 542public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 543public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 544public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 545public System.DateTime CacheSyncDate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 546public new System.Net.Cache.HttpRequestCacheLevel Level { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 547public System.TimeSpan MaxAge { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 548public System.TimeSpan MaxStale { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 549public System.TimeSpan MinFresh { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } } 550public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
System.Net.Security (289)
artifacts\obj\System.Net.Security\Debug\net10.0\System.Net.Security.notsupported.cs (289)
11protected AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 12protected System.IO.Stream InnerStream { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 18public bool LeaveInnerStreamOpen { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 20public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 27public CipherSuitesPolicy(System.Collections.Generic.IEnumerable<System.Net.Security.TlsCipherSuite> allowedCipherSuites) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 29public System.Collections.Generic.IEnumerable<System.Net.Security.TlsCipherSuite> AllowedCipherSuites { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 42public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationClientOptions clientOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 43public NegotiateAuthentication(System.Net.Security.NegotiateAuthenticationServerOptions serverOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 44public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 45public bool IsAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 46public bool IsEncrypted { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 47public bool IsMutuallyAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 48public bool IsServer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 49public bool IsSigned { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 50public string Package { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 51public System.Net.Security.ProtectionLevel ProtectionLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 52public System.Security.Principal.IIdentity RemoteIdentity { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 53public string? TargetName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 54public void ComputeIntegrityCheck(System.ReadOnlySpan<byte> message, System.Buffers.IBufferWriter<byte> signatureWriter) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 56public byte[]? GetOutgoingBlob(System.ReadOnlySpan<byte> incomingBlob, out System.Net.Security.NegotiateAuthenticationStatusCode statusCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 57public string? GetOutgoingBlob(string? incomingBlob, out System.Net.Security.NegotiateAuthenticationStatusCode statusCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 58public System.Net.Security.NegotiateAuthenticationStatusCode Unwrap(System.ReadOnlySpan<byte> input, System.Buffers.IBufferWriter<byte> outputWriter, out bool wasEncrypted) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 59public System.Net.Security.NegotiateAuthenticationStatusCode UnwrapInPlace(System.Span<byte> input, out int unwrappedOffset, out int unwrappedLength, out bool wasEncrypted) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 60public bool VerifyIntegrityCheck(System.ReadOnlySpan<byte> message, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 61public System.Net.Security.NegotiateAuthenticationStatusCode Wrap(System.ReadOnlySpan<byte> input, System.Buffers.IBufferWriter<byte> outputWriter, bool requestEncryption, out bool isEncrypted) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 65public NegotiateAuthenticationClientOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 66public System.Security.Principal.TokenImpersonationLevel AllowedImpersonationLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 67public System.Security.Authentication.ExtendedProtection.ChannelBinding? Binding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 68public System.Net.NetworkCredential Credential { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 69public string Package { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 70public System.Net.Security.ProtectionLevel RequiredProtectionLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 71public bool RequireMutualAuthentication { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 72public string? TargetName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 76public NegotiateAuthenticationServerOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 77public System.Security.Authentication.ExtendedProtection.ChannelBinding? Binding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 78public System.Net.NetworkCredential Credential { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 79public string Package { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 80public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy? Policy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 81public System.Security.Principal.TokenImpersonationLevel RequiredImpersonationLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 82public System.Net.Security.ProtectionLevel RequiredProtectionLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 105public NegotiateStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 106public NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 107public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 108public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 109public override bool CanTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 110public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 111public virtual System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 112public override bool IsAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 113public override bool IsEncrypted { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 114public override bool IsMutuallyAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 115public override bool IsServer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 116public override bool IsSigned { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 117public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 118public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 119public override int ReadTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 120public virtual System.Security.Principal.IIdentity RemoteIdentity { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 121public override int WriteTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 122public virtual void AuthenticateAsClient() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 123public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding? binding, string targetName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 124public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding? binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 125public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 126public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 127public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 128public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding? binding, string targetName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 129public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding? binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 130public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 131public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 132public virtual void AuthenticateAsServer() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 133public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 134public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy? policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 135public virtual void AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy? policy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 136public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 137public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 138public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy? policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 139public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy? policy) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 140public virtual System.IAsyncResult BeginAuthenticateAsClient(System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 141public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding? binding, string targetName, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 142public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding? binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 143public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 144public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 145public virtual System.IAsyncResult BeginAuthenticateAsServer(System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 146public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 147public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy? policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 148public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy? policy, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 149public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 150public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 152public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 153public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 154public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 155public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 156public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 157public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 158public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 159public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 160public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 161public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 162public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 163public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 164public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 165public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 166public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 184public SslApplicationProtocol(byte[] protocol) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 185public SslApplicationProtocol(string protocol) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 186public System.ReadOnlyMemory<byte> Protocol { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 187public bool Equals(System.Net.Security.SslApplicationProtocol other) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 188public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 189public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 190public static bool operator ==(System.Net.Security.SslApplicationProtocol left, System.Net.Security.SslApplicationProtocol right) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 191public static bool operator !=(System.Net.Security.SslApplicationProtocol left, System.Net.Security.SslApplicationProtocol right) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 192public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 196internal SslCertificateTrust() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 197public static System.Net.Security.SslCertificateTrust CreateForX509Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection trustList, bool sendTrustInHandshake = false) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 198public static System.Net.Security.SslCertificateTrust CreateForX509Store(System.Security.Cryptography.X509Certificates.X509Store store, bool sendTrustInHandshake = false) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 202public SslClientAuthenticationOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 203public bool AllowRenegotiation { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 204public bool AllowRsaPkcs1Padding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("linux"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 205public bool AllowRsaPssPadding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("linux"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 206public bool AllowTlsResume { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 207public System.Collections.Generic.List<System.Net.Security.SslApplicationProtocol>? ApplicationProtocols { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 208public System.Security.Cryptography.X509Certificates.X509ChainPolicy? CertificateChainPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 209public System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 210public System.Net.Security.CipherSuitesPolicy? CipherSuitesPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 211public System.Net.Security.SslStreamCertificateContext? ClientCertificateContext { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 212public System.Security.Cryptography.X509Certificates.X509CertificateCollection? ClientCertificates { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 213public System.Security.Authentication.SslProtocols EnabledSslProtocols { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 214public System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 215public System.Net.Security.LocalCertificateSelectionCallback? LocalCertificateSelectionCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 216public System.Net.Security.RemoteCertificateValidationCallback? RemoteCertificateValidationCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 217public string? TargetHost { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 223public SslClientHelloInfo(string serverName, System.Security.Authentication.SslProtocols sslProtocols) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 224public string ServerName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 225public System.Security.Authentication.SslProtocols SslProtocols { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 229public SslServerAuthenticationOptions() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 230public bool AllowRenegotiation { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 231public bool AllowRsaPkcs1Padding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("linux"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 232public bool AllowRsaPssPadding { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("linux"), System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 233public bool AllowTlsResume { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 234public System.Collections.Generic.List<System.Net.Security.SslApplicationProtocol>? ApplicationProtocols { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 235public System.Security.Cryptography.X509Certificates.X509ChainPolicy? CertificateChainPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 236public System.Security.Cryptography.X509Certificates.X509RevocationMode CertificateRevocationCheckMode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 237public System.Net.Security.CipherSuitesPolicy? CipherSuitesPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 238public bool ClientCertificateRequired { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 239public System.Security.Authentication.SslProtocols EnabledSslProtocols { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 240public System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 241public System.Net.Security.RemoteCertificateValidationCallback? RemoteCertificateValidationCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 242public System.Security.Cryptography.X509Certificates.X509Certificate? ServerCertificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 243public System.Net.Security.SslStreamCertificateContext? ServerCertificateContext { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 244public System.Net.Security.ServerCertificateSelectionCallback? ServerCertificateSelectionCallback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 248public SslStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 249public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 250public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback? userCertificateValidationCallback) : base (default(System.IO.Stream), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 251public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback? userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback? userCertificateSelectionCallback) : base (default(System.IO.Stream), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 252public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback? userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback? userCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (default(System.IO.Stream), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 253public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 254public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 255public override bool CanTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 256public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 257public virtual bool CheckCertRevocationStatus { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 259public virtual System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 261public virtual int CipherStrength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 263public virtual System.Security.Authentication.HashAlgorithmType HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 265public virtual int HashStrength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 266public override bool IsAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 267public override bool IsEncrypted { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 268public override bool IsMutuallyAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 269public override bool IsServer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 270public override bool IsSigned { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 272public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 274public virtual int KeyExchangeStrength { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 275public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 276public virtual System.Security.Cryptography.X509Certificates.X509Certificate? LocalCertificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 277public System.Net.Security.SslApplicationProtocol NegotiatedApplicationProtocol { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 279public virtual System.Net.Security.TlsCipherSuite NegotiatedCipherSuite { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 280public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 281public override int ReadTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 282public virtual System.Security.Cryptography.X509Certificates.X509Certificate? RemoteCertificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 283public virtual System.Security.Authentication.SslProtocols SslProtocol { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 284public string TargetHostName { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 285public System.Net.TransportContext TransportContext { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 286public override int WriteTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 287public void AuthenticateAsClient(System.Net.Security.SslClientAuthenticationOptions sslClientAuthenticationOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 288public virtual void AuthenticateAsClient(string targetHost) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 289public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection? clientCertificates, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 290public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection? clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 291public System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.Security.SslClientAuthenticationOptions sslClientAuthenticationOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 292public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 293public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection? clientCertificates, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 294public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection? clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 295public void AuthenticateAsServer(System.Net.Security.SslServerAuthenticationOptions sslServerAuthenticationOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 296public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 297public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 298public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 299public System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.Security.ServerOptionsSelectionCallback optionsCallback, object? state, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 300public System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.Security.SslServerAuthenticationOptions sslServerAuthenticationOptions, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 301public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 302public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 303public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 304public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 305public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection? clientCertificates, bool checkCertificateRevocation, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 306public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection? clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 307public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 308public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 309public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 310public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 311public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? asyncCallback, object? asyncState) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 313public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 314public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 315public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 316public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 317public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 319public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 320public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 324public virtual System.Threading.Tasks.Task NegotiateClientCertificateAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 325public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 326public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 327public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 328public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 329public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 330public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 331public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 332public virtual System.Threading.Tasks.Task ShutdownAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 333public void Write(byte[] buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 334public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 335public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 336public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 337public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 338public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 342internal SslStreamCertificateContext() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 343public System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.X509Certificates.X509Certificate2> IntermediateCertificates { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 344public System.Security.Cryptography.X509Certificates.X509Certificate2 TargetCertificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } } 346public static System.Net.Security.SslStreamCertificateContext Create(System.Security.Cryptography.X509Certificates.X509Certificate2 target, System.Security.Cryptography.X509Certificates.X509Certificate2Collection? additionalCertificates, bool offline) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 347public static System.Net.Security.SslStreamCertificateContext Create(System.Security.Cryptography.X509Certificates.X509Certificate2 target, System.Security.Cryptography.X509Certificates.X509Certificate2Collection? additionalCertificates, bool offline = false, System.Net.Security.SslCertificateTrust? trust = null) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 695public AuthenticationException() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 698protected AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 699public AuthenticationException(string? message) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 700public AuthenticationException(string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 704public InvalidCredentialException() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 707protected InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 708public InvalidCredentialException(string? message) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); } 709public InvalidCredentialException(string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSecurity_PlatformNotSupported); }
System.Net.Sockets (492)
artifacts\obj\System.Net.Sockets\Debug\net10.0\System.Net.Sockets.notsupported.cs (492)
81public System.Net.IPAddress Address { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 82public int Interface { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 83public bool Equals(System.Net.Sockets.IPPacketInformation other) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 84public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? comparand) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 85public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 86public static bool operator ==(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 87public static bool operator !=(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 98public IPv6MulticastOption(System.Net.IPAddress group) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 99public IPv6MulticastOption(System.Net.IPAddress group, long ifindex) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 100public System.Net.IPAddress Group { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 101public long InterfaceIndex { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 105public LingerOption(bool enable, int seconds) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 106public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 107public int LingerTime { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 108public override bool Equals(object? comparand) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 109public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 113public MulticastOption(System.Net.IPAddress group) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 114public MulticastOption(System.Net.IPAddress group, int interfaceIndex) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 115public MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 116public System.Net.IPAddress Group { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 117public int InterfaceIndex { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 118public System.Net.IPAddress? LocalAddress { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 122public NetworkStream(System.Net.Sockets.Socket socket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 123public NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 124public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 125public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 126public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 127public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 128public override bool CanTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 129public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 130public virtual bool DataAvailable { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 131public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 132public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 133protected bool Readable { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 134public override int ReadTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 135public System.Net.Sockets.Socket Socket { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 136protected bool Writeable { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 137public override int WriteTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 138public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 139public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 140public void Close(int timeout) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 141public void Close(System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 143public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 144public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 146public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 147public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 148public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 149public override int Read(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 150public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 151public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 152public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 153public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 154public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 155public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 156public override void Write(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 157public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 158public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 159public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 227public SafeSocketHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 228public SafeSocketHandle(nint preexistingHandle, bool ownsHandle) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 229public override bool IsInvalid { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 230protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 240public SendPacketsElement(byte[] buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 241public SendPacketsElement(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 242public SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 243public SendPacketsElement(System.IO.FileStream fileStream) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 244public SendPacketsElement(System.IO.FileStream fileStream, long offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 245public SendPacketsElement(System.IO.FileStream fileStream, long offset, int count, bool endOfPacket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 246public SendPacketsElement(System.ReadOnlyMemory<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 247public SendPacketsElement(System.ReadOnlyMemory<byte> buffer, bool endOfPacket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 248public SendPacketsElement(string filepath) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 249public SendPacketsElement(string filepath, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 250public SendPacketsElement(string filepath, int offset, int count, bool endOfPacket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 251public SendPacketsElement(string filepath, long offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 252public SendPacketsElement(string filepath, long offset, int count, bool endOfPacket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 253public byte[]? Buffer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 254public int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 255public bool EndOfPacket { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 256public string? FilePath { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 257public System.IO.FileStream? FileStream { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 258public System.ReadOnlyMemory<byte>? MemoryBuffer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 259public int Offset { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 260public long OffsetLong { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 264public Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 265public Socket(System.Net.Sockets.SafeSocketHandle handle) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 267public Socket(System.Net.Sockets.SocketInformation socketInformation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 268public Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 269public System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 270public int Available { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 271public bool Blocking { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 272public bool Connected { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 273public bool DontFragment { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 274public bool DualMode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 275public bool EnableBroadcast { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 276public bool ExclusiveAddressUse { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 277public nint Handle { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 278public bool IsBound { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 280public System.Net.Sockets.LingerOption? LingerState { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 281public System.Net.EndPoint? LocalEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 282public bool MulticastLoopback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 283public bool NoDelay { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 284public static bool OSSupportsIPv4 { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 285public static bool OSSupportsIPv6 { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 286public static bool OSSupportsUnixDomainSockets { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 287public System.Net.Sockets.ProtocolType ProtocolType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 288public int ReceiveBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 289public int ReceiveTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 290public System.Net.EndPoint? RemoteEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 291public System.Net.Sockets.SafeSocketHandle SafeHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 292public int SendBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 293public int SendTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 294public System.Net.Sockets.SocketType SocketType { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 296public static bool SupportsIPv4 { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 298public static bool SupportsIPv6 { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 299public short Ttl { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 302public bool UseOnlyOverlappedIO { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 303public System.Net.Sockets.Socket Accept() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 304public System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 305public System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptAsync(System.Net.Sockets.Socket? acceptSocket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 306public System.Threading.Tasks.ValueTask<System.Net.Sockets.Socket> AcceptAsync(System.Net.Sockets.Socket? acceptSocket, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 307public bool AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 308public System.Threading.Tasks.ValueTask<System.Net.Sockets.Socket> AcceptAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 309public System.IAsyncResult BeginAccept(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 310public System.IAsyncResult BeginAccept(int receiveSize, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 311public System.IAsyncResult BeginAccept(System.Net.Sockets.Socket? acceptSocket, int receiveSize, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 312public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 313public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 314public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 315public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 316public System.IAsyncResult BeginDisconnect(bool reuseSocket, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 317public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 318public System.IAsyncResult? BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 319public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 320public System.IAsyncResult? BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 321public System.IAsyncResult BeginReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 322public System.IAsyncResult BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 323public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 324public System.IAsyncResult? BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 325public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 326public System.IAsyncResult? BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 327public System.IAsyncResult BeginSendFile(string? fileName, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 328public System.IAsyncResult BeginSendFile(string? fileName, byte[]? preBuffer, byte[]? postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 329public System.IAsyncResult BeginSendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 330public void Bind(System.Net.EndPoint localEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 331public static void CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 332public void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 333public void Close(int timeout) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 334public void Connect(System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 335public void Connect(System.Net.IPAddress address, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 336public void Connect(System.Net.IPAddress[] addresses, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 337public void Connect(string host, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 338public System.Threading.Tasks.Task ConnectAsync(System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 339public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 340public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 341public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress address, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 342public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 343public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress[] addresses, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 344public bool ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 345public static bool ConnectAsync(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType, System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 346public System.Threading.Tasks.Task ConnectAsync(string host, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 347public System.Threading.Tasks.ValueTask ConnectAsync(string host, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 348public void Disconnect(bool reuseSocket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 349public System.Threading.Tasks.ValueTask DisconnectAsync(bool reuseSocket, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 350public bool DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 354public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 355public System.Net.Sockets.Socket EndAccept(out byte[] buffer, System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 356public System.Net.Sockets.Socket EndAccept(out byte[] buffer, out int bytesTransferred, System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 357public System.Net.Sockets.Socket EndAccept(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 358public void EndConnect(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 359public void EndDisconnect(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 360public int EndReceive(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 361public int EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 362public int EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 363public int EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 364public int EndSend(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 365public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 366public void EndSendFile(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 367public int EndSendTo(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 369public int GetRawSocketOption(int optionLevel, int optionName, System.Span<byte> optionValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 370public object? GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 371public void GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 372public byte[] GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionLength) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 373public int IOControl(int ioControlCode, byte[]? optionInValue, byte[]? optionOutValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 374public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[]? optionInValue, byte[]? optionOutValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 375public void Listen() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 376public void Listen(int backlog) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 377public bool Poll(int microSeconds, System.Net.Sockets.SelectMode mode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 378public bool Poll(System.TimeSpan timeout, System.Net.Sockets.SelectMode mode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 379public int Receive(byte[] buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 380public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 381public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 382public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 383public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 384public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 385public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 386public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 387public int Receive(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 388public int Receive(System.Span<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 389public int Receive(System.Span<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 390public System.Threading.Tasks.Task<int> ReceiveAsync(System.ArraySegment<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 391public System.Threading.Tasks.Task<int> ReceiveAsync(System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 392public System.Threading.Tasks.Task<int> ReceiveAsync(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 393public System.Threading.Tasks.Task<int> ReceiveAsync(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 394public System.Threading.Tasks.ValueTask<int> ReceiveAsync(System.Memory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 395public System.Threading.Tasks.ValueTask<int> ReceiveAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 396public bool ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 397public int ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 398public int ReceiveFrom(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 399public int ReceiveFrom(byte[] buffer, ref System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 400public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 401public int ReceiveFrom(System.Span<byte> buffer, ref System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 402public int ReceiveFrom(System.Span<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 403public int ReceiveFrom(System.Span<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress receivedAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 404public System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveFromResult> ReceiveFromAsync(System.ArraySegment<byte> buffer, System.Net.EndPoint remoteEndPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 405public System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveFromResult> ReceiveFromAsync(System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 406public System.Threading.Tasks.ValueTask<System.Net.Sockets.SocketReceiveFromResult> ReceiveFromAsync(System.Memory<byte> buffer, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 407public System.Threading.Tasks.ValueTask<System.Net.Sockets.SocketReceiveFromResult> ReceiveFromAsync(System.Memory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 408public System.Threading.Tasks.ValueTask<int> ReceiveFromAsync(System.Memory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress receivedAddress, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 409public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 410public int ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 411public int ReceiveMessageFrom(System.Span<byte> buffer, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 412public System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(System.ArraySegment<byte> buffer, System.Net.EndPoint remoteEndPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 413public System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 414public System.Threading.Tasks.ValueTask<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(System.Memory<byte> buffer, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 415public System.Threading.Tasks.ValueTask<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(System.Memory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 416public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 417public static void Select(System.Collections.IList? checkRead, System.Collections.IList? checkWrite, System.Collections.IList? checkError, int microSeconds) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 418public static void Select(System.Collections.IList? checkRead, System.Collections.IList? checkWrite, System.Collections.IList? checkError, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 419public int Send(byte[] buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 420public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 421public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 422public int Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 423public int Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 424public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 425public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 426public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 427public int Send(System.ReadOnlySpan<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 428public int Send(System.ReadOnlySpan<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 429public int Send(System.ReadOnlySpan<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 430public System.Threading.Tasks.Task<int> SendAsync(System.ArraySegment<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 431public System.Threading.Tasks.Task<int> SendAsync(System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 432public System.Threading.Tasks.Task<int> SendAsync(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 433public System.Threading.Tasks.Task<int> SendAsync(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 434public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 435public System.Threading.Tasks.ValueTask<int> SendAsync(System.ReadOnlyMemory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 436public System.Threading.Tasks.ValueTask<int> SendAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 437public void SendFile(string? fileName) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 438public void SendFile(string? fileName, byte[]? preBuffer, byte[]? postBuffer, System.Net.Sockets.TransmitFileOptions flags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 439public void SendFile(string? fileName, System.ReadOnlySpan<byte> preBuffer, System.ReadOnlySpan<byte> postBuffer, System.Net.Sockets.TransmitFileOptions flags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 440public System.Threading.Tasks.ValueTask SendFileAsync(string? fileName, System.ReadOnlyMemory<byte> preBuffer, System.ReadOnlyMemory<byte> postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 441public System.Threading.Tasks.ValueTask SendFileAsync(string? fileName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 442public bool SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 443public int SendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 444public int SendTo(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 445public int SendTo(byte[] buffer, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 446public int SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 447public int SendTo(System.ReadOnlySpan<byte> buffer, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 448public int SendTo(System.ReadOnlySpan<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 449public int SendTo(System.ReadOnlySpan<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress socketAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 450public System.Threading.Tasks.Task<int> SendToAsync(System.ArraySegment<byte> buffer, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 451public System.Threading.Tasks.Task<int> SendToAsync(System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 452public bool SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 453public System.Threading.Tasks.ValueTask<int> SendToAsync(System.ReadOnlyMemory<byte> buffer, System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 454public System.Threading.Tasks.ValueTask<int> SendToAsync(System.ReadOnlyMemory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 455public System.Threading.Tasks.ValueTask<int> SendToAsync(System.ReadOnlyMemory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.SocketAddress socketAddress, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 457public void SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 458public void SetRawSocketOption(int optionLevel, int optionName, System.ReadOnlySpan<byte> optionValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 459public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 460public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 461public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 462public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 463public void Shutdown(System.Net.Sockets.SocketShutdown how) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 467public SocketAsyncEventArgs() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 468public SocketAsyncEventArgs(bool unsafeSuppressExecutionContextFlow) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 469public System.Net.Sockets.Socket? AcceptSocket { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 470public byte[]? Buffer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 471public System.Collections.Generic.IList<System.ArraySegment<byte>>? BufferList { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 472public int BytesTransferred { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 473public System.Exception? ConnectByNameError { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 474public System.Net.Sockets.Socket? ConnectSocket { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 475public int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 476public bool DisconnectReuseSocket { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 477public System.Net.Sockets.SocketAsyncOperation LastOperation { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 478public System.Memory<byte> MemoryBuffer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 479public int Offset { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 480public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 481public System.Net.EndPoint? RemoteEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 482public System.Net.Sockets.SendPacketsElement[]? SendPacketsElements { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 483public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 484public int SendPacketsSendSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 485public System.Net.Sockets.SocketError SocketError { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 486public System.Net.Sockets.SocketFlags SocketFlags { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 487public object? UserToken { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 488public event System.EventHandler<System.Net.Sockets.SocketAsyncEventArgs>? Completed { add { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 491protected virtual void OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 492public void SetBuffer(byte[]? buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 493public void SetBuffer(int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 494public void SetBuffer(System.Memory<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 526public System.Net.Sockets.SocketInformationOptions Options { readonly get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 527public byte[] ProtocolInformation { readonly get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 622public static System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptAsync(this System.Net.Sockets.Socket socket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 624public static System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptAsync(this System.Net.Sockets.Socket socket, System.Net.Sockets.Socket? acceptSocket) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 626public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 628public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.EndPoint remoteEP, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 630public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress address, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 632public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress address, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 634public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress[] addresses, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 636public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress[] addresses, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 638public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, string host, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 640public static System.Threading.Tasks.ValueTask ConnectAsync(this System.Net.Sockets.Socket socket, string host, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 642public static System.Threading.Tasks.Task<int> ReceiveAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 644public static System.Threading.Tasks.Task<int> ReceiveAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 646public static System.Threading.Tasks.ValueTask<int> ReceiveAsync(this System.Net.Sockets.Socket socket, System.Memory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 648public static System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveFromResult> ReceiveFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 650public static System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 652public static System.Threading.Tasks.Task<int> SendAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 654public static System.Threading.Tasks.Task<int> SendAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 656public static System.Threading.Tasks.ValueTask<int> SendAsync(this System.Net.Sockets.Socket socket, System.ReadOnlyMemory<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 658public static System.Threading.Tasks.Task<int> SendToAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 671public TcpClient() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 672public TcpClient(System.Net.IPEndPoint localEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 673public TcpClient(System.Net.Sockets.AddressFamily family) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 674public TcpClient(string hostname, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 675protected bool Active { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 676public int Available { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 677public System.Net.Sockets.Socket Client { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 678public bool Connected { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 679public bool ExclusiveAddressUse { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 681public System.Net.Sockets.LingerOption? LingerState { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 682public bool NoDelay { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 683public int ReceiveBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 684public int ReceiveTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 685public int SendBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 686public int SendTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 687public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 688public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 689public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 690public void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 691public void Connect(System.Net.IPAddress address, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 692public void Connect(System.Net.IPAddress[] ipAddresses, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 693public void Connect(System.Net.IPEndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 694public void Connect(string hostname, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 695public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 696public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress address, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 697public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 698public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPAddress[] addresses, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 699public System.Threading.Tasks.Task ConnectAsync(System.Net.IPEndPoint remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 700public System.Threading.Tasks.ValueTask ConnectAsync(System.Net.IPEndPoint remoteEP, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 701public System.Threading.Tasks.Task ConnectAsync(string host, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 702public System.Threading.Tasks.ValueTask ConnectAsync(string host, int port, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 705public void EndConnect(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 707public System.Net.Sockets.NetworkStream GetStream() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 712public TcpListener(int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 713public TcpListener(System.Net.IPAddress localaddr, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 714public TcpListener(System.Net.IPEndPoint localEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 715protected bool Active { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 716public bool ExclusiveAddressUse { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 717public System.Net.EndPoint LocalEndpoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 718public System.Net.Sockets.Socket Server { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 719public System.Net.Sockets.Socket AcceptSocket() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 720public System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptSocketAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 721public System.Threading.Tasks.ValueTask<System.Net.Sockets.Socket> AcceptSocketAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 722public System.Net.Sockets.TcpClient AcceptTcpClient() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 723public System.Threading.Tasks.Task<System.Net.Sockets.TcpClient> AcceptTcpClientAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 724public System.Threading.Tasks.ValueTask<System.Net.Sockets.TcpClient> AcceptTcpClientAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 726public void AllowNatTraversal(bool allowed) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 727public System.IAsyncResult BeginAcceptSocket(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 728public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 729public static System.Net.Sockets.TcpListener Create(int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 731public System.Net.Sockets.Socket EndAcceptSocket(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 732public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 733public bool Pending() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 734public void Start() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 735public void Start(int backlog) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 736public void Stop() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 753public UdpClient() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 754public UdpClient(int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 755public UdpClient(int port, System.Net.Sockets.AddressFamily family) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 756public UdpClient(System.Net.IPEndPoint localEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 757public UdpClient(System.Net.Sockets.AddressFamily family) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 758public UdpClient(string hostname, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 759protected bool Active { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 760public int Available { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 761public System.Net.Sockets.Socket Client { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 762public bool DontFragment { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 763public bool EnableBroadcast { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 764public bool ExclusiveAddressUse { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 765public bool MulticastLoopback { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 766public short Ttl { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 768public void AllowNatTraversal(bool allowed) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 769public System.IAsyncResult BeginReceive(System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 770public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 771public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint? endPoint, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 772public System.IAsyncResult BeginSend(byte[] datagram, int bytes, string? hostname, int port, System.AsyncCallback? requestCallback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 773public void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 774public void Connect(System.Net.IPAddress addr, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 775public void Connect(System.Net.IPEndPoint endPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 776public void Connect(string hostname, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 779public void DropMulticastGroup(System.Net.IPAddress multicastAddr) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 780public void DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 781public byte[] EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint? remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 782public int EndSend(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 783public void JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 784public void JoinMulticastGroup(System.Net.IPAddress multicastAddr) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 785public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 786public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 787public byte[] Receive([System.Diagnostics.CodeAnalysis.NotNullAttribute] ref System.Net.IPEndPoint? remoteEP) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 788public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 789public System.Threading.Tasks.ValueTask<System.Net.Sockets.UdpReceiveResult> ReceiveAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 790public int Send(byte[] dgram, int bytes) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 791public int Send(byte[] dgram, int bytes, System.Net.IPEndPoint? endPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 792public int Send(byte[] dgram, int bytes, string? hostname, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 793public int Send(System.ReadOnlySpan<byte> datagram) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 794public int Send(System.ReadOnlySpan<byte> datagram, System.Net.IPEndPoint? endPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 795public int Send(System.ReadOnlySpan<byte> datagram, string? hostname, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 796public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 797public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint? endPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 798public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, string? hostname, int port) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 799public System.Threading.Tasks.ValueTask<int> SendAsync(System.ReadOnlyMemory<byte> datagram, System.Net.IPEndPoint? endPoint, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 800public System.Threading.Tasks.ValueTask<int> SendAsync(System.ReadOnlyMemory<byte> datagram, string? hostname, int port, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 801public System.Threading.Tasks.ValueTask<int> SendAsync(System.ReadOnlyMemory<byte> datagram, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 807public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 808public byte[] Buffer { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 809public System.Net.IPEndPoint RemoteEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 810public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 811public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 812public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 813public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 814public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 818public UnixDomainSocketEndPoint(string path) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 819public override System.Net.Sockets.AddressFamily AddressFamily { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } } 820public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 821public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 822public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 823public override System.Net.SocketAddress Serialize() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); } 824public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemNetSockets_PlatformNotSupported); }
System.Net.WebSockets (88)
artifacts\obj\System.Net.WebSockets\Debug\net10.0\System.Net.WebSockets.notsupported.cs (88)
12public ValueWebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 13public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 14public bool EndOfMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 15public System.Net.WebSockets.WebSocketMessageType MessageType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 19protected WebSocket() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 22public static System.TimeSpan DefaultKeepAliveInterval { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 28public static System.ArraySegment<byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 30public static System.Net.WebSockets.WebSocket CreateClientWebSocket(System.IO.Stream innerStream, string? subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment<byte> internalBuffer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 31public static System.Net.WebSockets.WebSocket CreateFromStream(System.IO.Stream stream, bool isServer, string? subProtocol, System.TimeSpan keepAliveInterval) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 32public static System.Net.WebSockets.WebSocket CreateFromStream(System.IO.Stream stream, System.Net.WebSockets.WebSocketCreationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 33public static System.ArraySegment<byte> CreateServerBuffer(int receiveBufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 37public static bool IsApplicationTargeting45() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 38protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 40public virtual System.Threading.Tasks.ValueTask<System.Net.WebSockets.ValueWebSocketReceiveResult> ReceiveAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 43public static void RegisterPrefixes() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 45public virtual System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 46public virtual System.Threading.Tasks.ValueTask SendAsync(System.ReadOnlyMemory<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, System.Net.WebSockets.WebSocketMessageFlags messageFlags, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 47protected static void ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 51private protected WebSocketStream() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 52public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 53public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 54public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 55public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 56public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 57public static System.Net.WebSockets.WebSocketStream Create(WebSocket webSocket, WebSocketMessageType writeMessageType, bool ownsWebSocket = false) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 58public static System.Net.WebSockets.WebSocketStream Create(WebSocket webSocket, WebSocketMessageType writeMessageType, TimeSpan closeTimeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 59public static System.Net.WebSockets.WebSocketStream CreateWritableMessageStream(WebSocket webSocket, WebSocketMessageType writeMessageType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 60public static System.Net.WebSockets.WebSocketStream CreateReadableMessageStream(WebSocket webSocket) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 62public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 63public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 64public override void EndWrite(IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 65public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 66public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 67public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 68public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 69public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 70public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 71public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 72public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 73public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 74public System.Net.WebSockets.WebSocket WebSocket { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 75public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 76public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 77public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 94protected WebSocketContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 123public WebSocketException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 124public WebSocketException(int nativeError) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 125public WebSocketException(int nativeError, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 126public WebSocketException(int nativeError, string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 127public WebSocketException(System.Net.WebSockets.WebSocketError error) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 128public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 129public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 130public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 131public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 132public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 133public WebSocketException(System.Net.WebSockets.WebSocketError error, string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 134public WebSocketException(System.Net.WebSockets.WebSocketError error, string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 135public WebSocketException(string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 136public WebSocketException(string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 137public override int ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 138public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 141public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 151public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 152public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Net.WebSockets.WebSocketCloseStatus? closeStatus, string? closeStatusDescription) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } 153public System.Net.WebSockets.WebSocketCloseStatus? CloseStatus { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 154public string? CloseStatusDescription { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 155public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 156public bool EndOfMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 157public System.Net.WebSockets.WebSocketMessageType MessageType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 171public bool IsServer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 172public string? SubProtocol { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 173public System.TimeSpan KeepAliveInterval { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 174public System.TimeSpan KeepAliveTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 175public System.Net.WebSockets.WebSocketDeflateOptions? DangerousDeflateOptions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 179public int ClientMaxWindowBits { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 180public bool ClientContextTakeover { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 181public int ServerMaxWindowBits { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } } 182public bool ServerContextTakeover { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WebSockets); } }
System.Private.CoreLib (85)
src\libraries\System.Private.CoreLib\src\System\Activator.RuntimeType.cs (1)
34throw new PlatformNotSupportedException(SR.NotSupported_ActivAttr);
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (3)
111throw new PlatformNotSupportedException(SR.PlatformNotSupported_AppDomains); 131throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); // This api is only meaningful for very specific partial trust/CAS scenarios 414throw new PlatformNotSupportedException(SR.PlatformNotSupported_Principal);
src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
190add { throw new PlatformNotSupportedException(SR.PlatformNotSupported_SecureBinarySerialization); } 191remove { throw new PlatformNotSupportedException(SR.PlatformNotSupported_SecureBinarySerialization); }
src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Icu.cs (1)
205throw new PlatformNotSupportedException(SR.Argument_UnsupportedNormalizationFormInBrowser);
src\libraries\System.Private.CoreLib\src\System\IO\FileStreamOptions.cs (1)
139throw new PlatformNotSupportedException(SR.PlatformNotSupported_UnixFileMode);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
67throw new PlatformNotSupportedException(SR.PlatformNotSupported_FileEncryption); 72throw new PlatformNotSupportedException(SR.PlatformNotSupported_FileEncryption);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.Unix.cs (2)
63throw new PlatformNotSupportedException(SR.PlatformNotSupported_OSXFileLocking); 73throw new PlatformNotSupportedException(SR.PlatformNotSupported_OSXFileLocking);
src\libraries\System.Private.CoreLib\src\System\MarshalByRefObject.cs (2)
19throw new PlatformNotSupportedException(SR.PlatformNotSupported_Remoting); 25throw new PlatformNotSupportedException(SR.PlatformNotSupported_Remoting);
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (3)
423public static Assembly ReflectionOnlyLoad(byte[] rawAssembly) { throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly); } 426public static Assembly ReflectionOnlyLoad(string assemblyString) { throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly); } 429public static Assembly ReflectionOnlyLoadFrom(string assemblyFile) { throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly); }
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (2)
242get => throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 243set => throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (1)
123throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionEmit);
src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (4)
14throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 17throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 25throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning); 28throw new PlatformNotSupportedException(SR.PlatformNotSupported_StrongNameSigning);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComEventsHelpers.NoCom.cs (2)
15throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 20throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.NoCom.cs (28)
27throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 34throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 44throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 52throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 58throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 64throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 70throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 77throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 84throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 90throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 96throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 102throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 108throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 115throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 122throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 128throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 134throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 141throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 148throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 155throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 162throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 168throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 174throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 181throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 190throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 196throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 216throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop); 222throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (1)
163throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (2)
154throw new PlatformNotSupportedException(SR.ComVariant_SafeArray_PlatformNotSupported); 395throw new PlatformNotSupportedException(SR.ComVariant_SafeArray_PlatformNotSupported);
src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (3)
26public static byte[] ConvertPermissionSet(string inFormat, byte[] inData, string outFormat) { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 31public void Deny() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 43public void PermitOnly() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (2)
55throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 176throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (2)
59throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives); 190throw new PlatformNotSupportedException(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (5)
475throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadAbort); 481throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadAbort); 487throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadAbort); 493throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadSuspend); 499throw new PlatformNotSupportedException(SR.PlatformNotSupported_ThreadSuspend);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (3)
95throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 100throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO); 104throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Unix.cs (1)
81throw new PlatformNotSupportedException(SR.PlatformNotSupported_OverlappedIO);
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
724public static Type? ReflectionOnlyGetType(string typeName, bool throwIfNotFound, bool ignoreCase) => throw new PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly);
src\System\ArgIterator.cs (9)
160throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 166throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 171throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 176throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 181throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 187throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 193throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 198throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317 203throw new PlatformNotSupportedException(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
src\System\RuntimeType.ActivatorCache.cs (1)
66case PlatformNotSupportedException: throw new PlatformNotSupportedException(friendlyMessage);
src\System\Threading\Thread.CoreCLR.cs (1)
359throw new PlatformNotSupportedException(SR.PlatformNotSupported_ComInterop);
System.Private.DataContractSerialization (3)
System\Xml\XmlDictionaryReader.cs (2)
144throw new PlatformNotSupportedException(SR.PlatformNotSupported_MtomEncoding); 167throw new PlatformNotSupportedException(SR.PlatformNotSupported_MtomEncoding);
System\Xml\XmlDictionaryWriter.cs (1)
67throw new PlatformNotSupportedException(SR.PlatformNotSupported_MtomEncoding);
System.Private.Windows.GdiPlus (1)
Windows\Win32\PInvokeGdiPlus.cs (1)
20throw new PlatformNotSupportedException(SR.PlatformNotSupported_Unix));
System.Private.Xml (5)
System\Xml\Serialization\Compilation.cs (1)
83throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\Runtime\XmlCollation.Unix.cs (1)
23throw new PlatformNotSupportedException(SR.Xslt_UpperCaseFirstNotSupported);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1319throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported); // Not adding any scripts as script compilation is not available
System\Xml\Xsl\XsltOld\Compiler.cs (1)
761throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\XsltOld\Processor.cs (1)
372throw new PlatformNotSupportedException(SR.CompilingScriptsNotSupported);
System.Resources.Extensions (2)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (2)
484throw new PlatformNotSupportedException(SR.NotSupported_BinarySerializedResources); 618throw new PlatformNotSupportedException(SR.NotSupported_BinarySerializedResources);
System.Resources.Writer (2)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (2)
484throw new PlatformNotSupportedException(SR.NotSupported_BinarySerializedResources); 618throw new PlatformNotSupportedException(SR.NotSupported_BinarySerializedResources);
System.Runtime.InteropServices.JavaScript (185)
artifacts\obj\System.Runtime.InteropServices.JavaScript\Debug\net10.0\System.Runtime.InteropServices.JavaScript.notsupported.cs (185)
13public JSImportAttribute(string functionName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 14public JSImportAttribute(string functionName, string moduleName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 15public string FunctionName { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 16public string? ModuleName { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 23public JSExportAttribute() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 30public JSMarshalAsAttribute() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 36internal JSType() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 39internal Void() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 43internal Discard() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 47internal Boolean() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 51internal Number() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 55internal BigInt() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 59internal Date() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 63internal String() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 67internal Object() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 71internal Error() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 75internal MemoryView() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 79internal Array() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 83internal Promise() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 87internal Function() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 91internal Function() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 95internal Function() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 99internal Function() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 103internal Function() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 107internal Any() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 114internal JSObject() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 115public bool IsDisposed { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 118public bool HasProperty(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 119public string GetTypeOfProperty(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 121public bool GetPropertyAsBoolean(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 122public int GetPropertyAsInt32(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 123public double GetPropertyAsDouble(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 124public string? GetPropertyAsString(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 125public JSObject? GetPropertyAsJSObject(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 126public byte[]? GetPropertyAsByteArray(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 128public void SetProperty(string propertyName, bool value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 129public void SetProperty(string propertyName, int value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 130public void SetProperty(string propertyName, double value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 131public void SetProperty(string propertyName, string? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 132public void SetProperty(string propertyName, JSObject? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 133public void SetProperty(string propertyName, byte[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 139public JSException(string msg) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 145public static JSObject GlobalThis { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 146public static JSObject DotnetInstance { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 147public static System.Threading.Tasks.Task<JSObject> ImportAsync(string moduleName, string moduleUrl, System.Threading.CancellationToken cancellationToken = default) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 155internal JSFunctionBinding() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 156public static void InvokeJS(JSFunctionBinding signature, Span<JSMarshalerArgument> arguments) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 157public static JSFunctionBinding BindJSFunction(string functionName, string moduleName, ReadOnlySpan<JSMarshalerType> signatures) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 158public static JSFunctionBinding BindManagedFunction(string fullyQualifiedName, int signatureHash, ReadOnlySpan<JSMarshalerType> signatures) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 165private JSMarshalerType() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 166public static JSMarshalerType Void { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 167public static JSMarshalerType Discard { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 168public static JSMarshalerType Boolean { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 169public static JSMarshalerType Byte { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 170public static JSMarshalerType Char { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 171public static JSMarshalerType Int16 { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 172public static JSMarshalerType Int32 { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 173public static JSMarshalerType Int52 { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 174public static JSMarshalerType BigInt64 { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 175public static JSMarshalerType Double { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 176public static JSMarshalerType Single { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 177public static JSMarshalerType IntPtr { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 178public static JSMarshalerType JSObject { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 179public static JSMarshalerType Object { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 180public static JSMarshalerType String { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 181public static JSMarshalerType Exception { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 182public static JSMarshalerType DateTime { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 183public static JSMarshalerType DateTimeOffset { get { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } } 184public static JSMarshalerType Nullable(JSMarshalerType primitive) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 185public static JSMarshalerType Task() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 186public static JSMarshalerType Task(JSMarshalerType result) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 187public static JSMarshalerType Array(JSMarshalerType element) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 188public static JSMarshalerType ArraySegment(JSMarshalerType element) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 189public static JSMarshalerType Span(JSMarshalerType element) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 190public static JSMarshalerType Action() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 191public static JSMarshalerType Action(JSMarshalerType arg1) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 192public static JSMarshalerType Action(JSMarshalerType arg1, JSMarshalerType arg2) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 193public static JSMarshalerType Action(JSMarshalerType arg1, JSMarshalerType arg2, JSMarshalerType arg3) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 194public static JSMarshalerType Function(JSMarshalerType result) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 195public static JSMarshalerType Function(JSMarshalerType arg1, JSMarshalerType result) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 196public static JSMarshalerType Function(JSMarshalerType arg1, JSMarshalerType arg2, JSMarshalerType result) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 197public static JSMarshalerType Function(JSMarshalerType arg1, JSMarshalerType arg2, JSMarshalerType arg3, JSMarshalerType result) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 209public void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 210public void ToManaged(out bool value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 211public void ToJS(bool value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 212public void ToManaged(out bool? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 213public void ToJS(bool? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 214public void ToManaged(out byte value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 215public void ToJS(byte value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 216public void ToManaged(out byte? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 217public void ToJS(byte? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 218public void ToManaged(out byte[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 219public void ToJS(byte[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 220public void ToManaged(out char value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 221public void ToJS(char value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 222public void ToManaged(out char? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 223public void ToJS(char? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 224public void ToManaged(out short value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 225public void ToJS(short value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 226public void ToManaged(out short? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 227public void ToJS(short? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 228public void ToManaged(out int value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 229public void ToJS(int value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 230public void ToManaged(out int? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 231public void ToJS(int? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 232public void ToManaged(out int[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 233public void ToJS(int[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 234public void ToManaged(out long value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 235public void ToJS(long value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 236public void ToManaged(out long? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 237public void ToJS(long? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 238public void ToManagedBig(out long value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 239public void ToJSBig(long value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 240public void ToManagedBig(out long? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 241public void ToJSBig(long? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 242public void ToManaged(out float value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 243public void ToJS(float value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 244public void ToManaged(out float? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 245public void ToJS(float? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 246public void ToManaged(out double value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 247public void ToJS(double value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 248public void ToManaged(out double? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 249public void ToJS(double? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 250public void ToManaged(out double[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 251public void ToJS(double[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 252public void ToManaged(out IntPtr value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 253public void ToJS(IntPtr value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 254public void ToManaged(out IntPtr? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 255public void ToJS(IntPtr? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 256public void ToManaged(out DateTimeOffset value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 257public void ToJS(DateTimeOffset value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 258public void ToManaged(out DateTimeOffset? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 259public void ToJS(DateTimeOffset? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 260public void ToManaged(out DateTime value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 261public void ToJS(DateTime value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 262public void ToManaged(out DateTime? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 263public void ToJS(DateTime? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 264public void ToManaged(out string? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 265public void ToJS(string? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 266public void ToManaged(out string?[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 267public void ToJS(string?[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 268public void ToManaged(out Exception? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 269public void ToJS(Exception? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 270public void ToManaged(out object? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 271public void ToJS(object? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 272public void ToManaged(out object?[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 273public void ToJS(object?[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 274public void ToManaged(out JSObject? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 275public void ToJS(JSObject? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 276public void ToManaged(out JSObject?[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 277public void ToJS(JSObject?[]? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 278public void ToManaged(out System.Threading.Tasks.Task? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 279public void ToJS(System.Threading.Tasks.Task? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 280public void ToManaged<T>(out System.Threading.Tasks.Task<T>? value, ArgumentToManagedCallback<T> marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 281public void ToJS<T>(System.Threading.Tasks.Task<T>? value, ArgumentToJSCallback<T> marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 282public void ToManaged(out Action? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 283public void ToJS(Action? value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 284public void ToManaged<T>(out Action<T>? value, ArgumentToJSCallback<T> arg1Marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 285public void ToJS<T>(Action<T>? value, ArgumentToManagedCallback<T> arg1Marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 286public void ToManaged<T1, T2>(out Action<T1, T2>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 287public void ToJS<T1, T2>(Action<T1, T2>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 288public void ToManaged<T1, T2, T3>(out Action<T1, T2, T3>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler, ArgumentToJSCallback<T3> arg3Marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 289public void ToJS<T1, T2, T3>(Action<T1, T2, T3>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler, ArgumentToManagedCallback<T3> arg3Marshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 290public void ToManaged<TResult>(out Func<TResult>? value, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 291public void ToJS<TResult>(Func<TResult>? value, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 292public void ToManaged<T, TResult>(out Func<T, TResult>? value, ArgumentToJSCallback<T> arg1Marshaler, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 293public void ToJS<T, TResult>(Func<T, TResult>? value, ArgumentToManagedCallback<T> arg1Marshaler, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 294public void ToManaged<T1, T2, TResult>(out Func<T1, T2, TResult>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 295public void ToJS<T1, T2, TResult>(Func<T1, T2, TResult>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 296public void ToManaged<T1, T2, T3, TResult>(out Func<T1, T2, T3, TResult>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler, ArgumentToJSCallback<T3> arg3Marshaler, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 297public void ToJS<T1, T2, T3, TResult>(Func<T1, T2, T3, TResult>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler, ArgumentToManagedCallback<T3> arg3Marshaler, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 298public unsafe void ToManaged(out void* value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 299public unsafe void ToJS(void* value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 300public void ToManaged(out Span<byte> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 301public void ToJS(Span<byte> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 302public void ToManaged(out ArraySegment<byte> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 303public void ToJS(ArraySegment<byte> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 304public void ToManaged(out Span<int> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 305public void ToJS(Span<int> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 306public void ToManaged(out Span<double> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 307public void ToJS(Span<double> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 308public void ToManaged(out ArraySegment<int> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 309public void ToJS(ArraySegment<int> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 310public void ToManaged(out ArraySegment<double> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } 311public void ToJS(ArraySegment<double> value) { throw new System.PlatformNotSupportedException(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.Removed.cs (2)
14=> throw new PlatformNotSupportedException(SR.BinaryFormatter_Removed); 18=> throw new PlatformNotSupportedException(SR.BinaryFormatter_Removed);
System.Security.AccessControl (312)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (312)
42protected AccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 43public System.Security.AccessControl.AccessControlType AccessControlType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 47public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 48public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 49public AccessRule(string identity, T rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 50public AccessRule(string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 51public T Rights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 55internal AceEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 56public System.Security.AccessControl.GenericAce Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 57object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 58public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 59public void Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 112protected AuditRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags auditFlags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 113public System.Security.AccessControl.AuditFlags AuditFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 117public AuditRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 118public AuditRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 119public AuditRule(string identity, T rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 120public AuditRule(string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 121public T Rights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 125protected internal AuthorizationRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 126protected internal int AccessMask { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 127public System.Security.Principal.IdentityReference IdentityReference { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 128public System.Security.AccessControl.InheritanceFlags InheritanceFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 129public bool IsInherited { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 130public System.Security.AccessControl.PropagationFlags PropagationFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 134public AuthorizationRuleCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 135public System.Security.AccessControl.AuthorizationRule? this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 136public void AddRule(System.Security.AccessControl.AuthorizationRule? rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 137public void CopyTo(System.Security.AccessControl.AuthorizationRule[] rules, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 141public CommonAce(System.Security.AccessControl.AceFlags flags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, bool isCallback, byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 142public override int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 143public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 144public static int MaxOpaqueLength(bool isCallback) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 148internal CommonAcl() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 149public sealed override int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 150public sealed override int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 151public bool IsCanonical { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 152public bool IsContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 153public bool IsDS { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 154public sealed override System.Security.AccessControl.GenericAce this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 155public sealed override byte Revision { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 156public sealed override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 157public void Purge(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 158public void RemoveInheritedAces() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 162protected CommonObjectSecurity(bool isContainer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 163protected void AddAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 164protected void AddAuditRule(System.Security.AccessControl.AuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 165public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 166public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 167protected override bool ModifyAccess(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 168protected override bool ModifyAudit(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 169protected bool RemoveAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 170protected void RemoveAccessRuleAll(System.Security.AccessControl.AccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 171protected void RemoveAccessRuleSpecific(System.Security.AccessControl.AccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 172protected bool RemoveAuditRule(System.Security.AccessControl.AuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 173protected void RemoveAuditRuleAll(System.Security.AccessControl.AuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 174protected void RemoveAuditRuleSpecific(System.Security.AccessControl.AuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 175protected void ResetAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 176protected void SetAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 177protected void SetAuditRule(System.Security.AccessControl.AuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 181public CommonSecurityDescriptor(bool isContainer, bool isDS, byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 182public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier? owner, System.Security.Principal.SecurityIdentifier? group, System.Security.AccessControl.SystemAcl? systemAcl, System.Security.AccessControl.DiscretionaryAcl? discretionaryAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 183public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.RawSecurityDescriptor rawSecurityDescriptor) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 184public CommonSecurityDescriptor(bool isContainer, bool isDS, string sddlForm) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 185public override System.Security.AccessControl.ControlFlags ControlFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 186public System.Security.AccessControl.DiscretionaryAcl? DiscretionaryAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 187public override System.Security.Principal.SecurityIdentifier? Group { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 188public bool IsContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 189public bool IsDiscretionaryAclCanonical { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 190public bool IsDS { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 191public bool IsSystemAclCanonical { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 192public override System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 193public System.Security.AccessControl.SystemAcl? SystemAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 194public void AddDiscretionaryAcl(byte revision, int trusted) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 195public void AddSystemAcl(byte revision, int trusted) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 196public void PurgeAccessControl(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 197public void PurgeAudit(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 198public void SetDiscretionaryAclProtection(bool isProtected, bool preserveInheritance) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 199public void SetSystemAclProtection(bool isProtected, bool preserveInheritance) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 203public CompoundAce(System.Security.AccessControl.AceFlags flags, int accessMask, System.Security.AccessControl.CompoundAceType compoundAceType, System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 204public override int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 205public System.Security.AccessControl.CompoundAceType CompoundAceType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 206public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 236public CustomAce(System.Security.AccessControl.AceType type, System.Security.AccessControl.AceFlags flags, byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 237public override int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 238public int OpaqueLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 239public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 240public byte[]? GetOpaque() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 241public void SetOpaque(byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 245public DiscretionaryAcl(bool isContainer, bool isDS, byte revision, int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 246public DiscretionaryAcl(bool isContainer, bool isDS, int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 247public DiscretionaryAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl? rawAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 248public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 249public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 250public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 251public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 252public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 253public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 254public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 255public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 256public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 257public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 258public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 259public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 263internal GenericAce() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 264public System.Security.AccessControl.AceFlags AceFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 265public System.Security.AccessControl.AceType AceType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 266public System.Security.AccessControl.AuditFlags AuditFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 268public System.Security.AccessControl.InheritanceFlags InheritanceFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 269public bool IsInherited { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 270public System.Security.AccessControl.PropagationFlags PropagationFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 271public System.Security.AccessControl.GenericAce Copy() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 272public static System.Security.AccessControl.GenericAce CreateFromBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 273public sealed override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? o) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 275public sealed override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 276public static bool operator ==(System.Security.AccessControl.GenericAce? left, System.Security.AccessControl.GenericAce? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 277public static bool operator !=(System.Security.AccessControl.GenericAce? left, System.Security.AccessControl.GenericAce? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 284protected GenericAcl() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 287public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 290public virtual object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 291public void CopyTo(System.Security.AccessControl.GenericAce[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 293public System.Security.AccessControl.AceEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 294void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 295System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 299internal GenericSecurityDescriptor() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 300public int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 304public static byte Revision { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 305public void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 306public string GetSddlForm(System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 307public static bool IsSddlConversionSupported() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 318internal KnownAce() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 319public int AccessMask { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 320public System.Security.Principal.SecurityIdentifier SecurityIdentifier { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 324protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 325protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? handle, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 326protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? handle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 327protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 328protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 329protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 330protected sealed override void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 331protected void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections, object? exceptionContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 332protected sealed override void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 333protected void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections, object? exceptionContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 338protected ObjectAccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Guid objectType, System.Guid inheritedObjectType, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 339public System.Guid InheritedObjectType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 340public System.Security.AccessControl.ObjectAceFlags ObjectFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 341public System.Guid ObjectType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 345public ObjectAce(System.Security.AccessControl.AceFlags aceFlags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAceFlags flags, System.Guid type, System.Guid inheritedType, bool isCallback, byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 346public override int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 347public System.Guid InheritedObjectAceType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 348public System.Security.AccessControl.ObjectAceFlags ObjectAceFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 349public System.Guid ObjectAceType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 350public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 351public static int MaxOpaqueLength(bool isCallback) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 362protected ObjectAuditRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Guid objectType, System.Guid inheritedObjectType, System.Security.AccessControl.AuditFlags auditFlags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 363public System.Guid InheritedObjectType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 364public System.Security.AccessControl.ObjectAceFlags ObjectFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 365public System.Guid ObjectType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 369protected ObjectSecurity() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 370protected ObjectSecurity(bool isContainer, bool isDS) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 371protected ObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 373protected bool AccessRulesModified { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 375public bool AreAccessRulesCanonical { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 376public bool AreAccessRulesProtected { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 377public bool AreAuditRulesCanonical { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 378public bool AreAuditRulesProtected { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 379protected bool AuditRulesModified { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 381protected bool GroupModified { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 382protected bool IsContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 383protected bool IsDS { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 384protected bool OwnerModified { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 385protected System.Security.AccessControl.CommonSecurityDescriptor SecurityDescriptor { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 388public System.Security.Principal.IdentityReference? GetGroup(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 389public System.Security.Principal.IdentityReference? GetOwner(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 390public byte[] GetSecurityDescriptorBinaryForm() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 391public string GetSecurityDescriptorSddlForm(System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 392public static bool IsSddlConversionSupported() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 394public virtual bool ModifyAccessRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 396public virtual bool ModifyAuditRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 397protected virtual void Persist(bool enableOwnershipPrivilege, string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 398protected virtual void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 399protected virtual void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 400public virtual void PurgeAccessRules(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 401public virtual void PurgeAuditRules(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 402protected void ReadLock() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 403protected void ReadUnlock() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 404public void SetAccessRuleProtection(bool isProtected, bool preserveInheritance) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 405public void SetAuditRuleProtection(bool isProtected, bool preserveInheritance) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 406public void SetGroup(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 407public void SetOwner(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 408public void SetSecurityDescriptorBinaryForm(byte[] binaryForm) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 409public void SetSecurityDescriptorBinaryForm(byte[] binaryForm, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 410public void SetSecurityDescriptorSddlForm(string sddlForm) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 411public void SetSecurityDescriptorSddlForm(string sddlForm, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 412protected void WriteLock() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 413protected void WriteUnlock() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 417protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 418protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? safeHandle, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 419protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? safeHandle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 420protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 421protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 422public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 423public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 424public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 425public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 426public virtual void AddAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 427public virtual void AddAuditRule(System.Security.AccessControl.AuditRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 428public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 429protected internal void Persist(System.Runtime.InteropServices.SafeHandle handle) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 430protected internal void Persist(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 431public virtual bool RemoveAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 432public virtual void RemoveAccessRuleAll(System.Security.AccessControl.AccessRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 433public virtual void RemoveAccessRuleSpecific(System.Security.AccessControl.AccessRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 434public virtual bool RemoveAuditRule(System.Security.AccessControl.AuditRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 435public virtual void RemoveAuditRuleAll(System.Security.AccessControl.AuditRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 436public virtual void RemoveAuditRuleSpecific(System.Security.AccessControl.AuditRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 437public virtual void ResetAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 438public virtual void SetAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 439public virtual void SetAuditRule(System.Security.AccessControl.AuditRule<T> rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 443public PrivilegeNotHeldException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 444public PrivilegeNotHeldException(string? privilege) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 445public PrivilegeNotHeldException(string? privilege, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 446public string? PrivilegeName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 449public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 460internal QualifiedAce() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 461public System.Security.AccessControl.AceQualifier AceQualifier { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 462public bool IsCallback { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 463public int OpaqueLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 464public byte[]? GetOpaque() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 465public void SetOpaque(byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 469public RawAcl(byte revision, int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 470public RawAcl(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 471public override int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 472public override int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 473public override System.Security.AccessControl.GenericAce this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 474public override byte Revision { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 475public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 476public void InsertAce(int index, System.Security.AccessControl.GenericAce ace) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 477public void RemoveAce(int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 481public RawSecurityDescriptor(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 482public RawSecurityDescriptor(System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier? owner, System.Security.Principal.SecurityIdentifier? group, System.Security.AccessControl.RawAcl? systemAcl, System.Security.AccessControl.RawAcl? discretionaryAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 483public RawSecurityDescriptor(string sddlForm) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 484public override System.Security.AccessControl.ControlFlags ControlFlags { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 485public System.Security.AccessControl.RawAcl? DiscretionaryAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 486public override System.Security.Principal.SecurityIdentifier? Group { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 487public override System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 488public byte ResourceManagerControl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 489public System.Security.AccessControl.RawAcl? SystemAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 490public void SetFlags(System.Security.AccessControl.ControlFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 518public SystemAcl(bool isContainer, bool isDS, byte revision, int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 519public SystemAcl(bool isContainer, bool isDS, int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 520public SystemAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 521public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 522public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 523public void AddAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 524public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 525public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 526public bool RemoveAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 527public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 528public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 529public void RemoveAuditSpecific(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 530public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 531public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 532public void SetAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 540public Evidence() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 542public Evidence(object[] hostEvidence, object[] assemblyEvidence) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 543public Evidence(System.Security.Policy.Evidence evidence) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 544public Evidence(System.Security.Policy.EvidenceBase[] hostEvidence, System.Security.Policy.EvidenceBase[] assemblyEvidence) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 546public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 547public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 548public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 549public bool Locked { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 550public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 552public void AddAssembly(object id) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 553public void AddAssemblyEvidence<T>(T evidence) where T : System.Security.Policy.EvidenceBase { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 555public void AddHost(object id) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 556public void AddHostEvidence<T>(T evidence) where T : System.Security.Policy.EvidenceBase { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 557public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 558public System.Security.Policy.Evidence? Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 560public void CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 561public System.Collections.IEnumerator GetAssemblyEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 562public T? GetAssemblyEvidence<T>() where T : System.Security.Policy.EvidenceBase { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 564public System.Collections.IEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 565public System.Collections.IEnumerator GetHostEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 566public T? GetHostEvidence<T>() where T : System.Security.Policy.EvidenceBase { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 567public void Merge(System.Security.Policy.Evidence evidence) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 568public void RemoveType(System.Type t) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 572protected EvidenceBase() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 573public virtual System.Security.Policy.EvidenceBase? Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.Security.Claims (1)
System\Security\Claims\ClaimsPrincipal.cs (1)
552throw new PlatformNotSupportedException(SR.PlatformNotSupported_Serialization); // BinaryFormatter and WindowsIdentity would be needed
System.Security.Cryptography (2613)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (2613)
12protected SafeNCryptHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 14protected SafeNCryptHandle(System.IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle) : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 15protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 21public SafeNCryptKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 23public SafeNCryptKeyHandle(System.IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 24protected override bool ReleaseNativeHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 29public SafeNCryptProviderHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 30protected override bool ReleaseNativeHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 35public SafeNCryptSecretHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 36protected override bool ReleaseNativeHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 40public SafeX509ChainHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 42protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 49protected Aes() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 51public static new System.Security.Cryptography.Aes Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 54public static new System.Security.Cryptography.Aes? Create(string algorithmName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 55public byte[] DecryptKeyWrapPadded(byte[] ciphertext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 56public byte[] DecryptKeyWrapPadded(System.ReadOnlySpan<byte> ciphertext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 57public int DecryptKeyWrapPadded(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 58protected virtual int DecryptKeyWrapPaddedCore(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 59public byte[] EncryptKeyWrapPadded(byte[] plaintext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 60public byte[] EncryptKeyWrapPadded(System.ReadOnlySpan<byte> plaintext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 61public void EncryptKeyWrapPadded(System.ReadOnlySpan<byte> plaintext, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 62protected virtual void EncryptKeyWrapPaddedCore(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 63public static int GetKeyWrapPaddedLength(int plaintextLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 64public bool TryDecryptKeyWrapPadded(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 71public AesCcm(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 72public AesCcm(System.ReadOnlySpan<byte> key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 73public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 74public static System.Security.Cryptography.KeySizes NonceByteSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 75public static System.Security.Cryptography.KeySizes TagByteSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 76public void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[]? associatedData = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 77public void Decrypt(System.ReadOnlySpan<byte> nonce, System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> tag, System.Span<byte> plaintext, System.ReadOnlySpan<byte> associatedData = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 79public void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[]? associatedData = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 80public void Encrypt(System.ReadOnlySpan<byte> nonce, System.ReadOnlySpan<byte> plaintext, System.Span<byte> ciphertext, System.Span<byte> tag, System.ReadOnlySpan<byte> associatedData = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 85public AesCng() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 87public AesCng(System.Security.Cryptography.CngKey key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 89public AesCng(string keyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 91public AesCng(string keyName, System.Security.Cryptography.CngProvider provider) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 93public AesCng(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions openOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 94public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 95public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 96public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 97public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 98public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 99public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 101public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 102public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 103protected override bool TryDecryptCbcCore(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 104protected override bool TryDecryptCfbCore(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 105protected override bool TryDecryptEcbCore(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 106protected override bool TryEncryptCbcCore(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 107protected override bool TryEncryptCfbCore(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 108protected override bool TryEncryptEcbCore(System.ReadOnlySpan<byte> plaintext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 115public AesCryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 116public override int BlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 117public override int FeedbackSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 118public override byte[] IV { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 119public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 120public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 121public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 122public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 123public override System.Security.Cryptography.CipherMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 124public override System.Security.Cryptography.PaddingMode Padding { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 125public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 126public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 127public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 128public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 130public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 131public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 141public AesGcm(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 142public AesGcm(byte[] key, int tagSizeInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 144public AesGcm(System.ReadOnlySpan<byte> key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 145public AesGcm(System.ReadOnlySpan<byte> key, int tagSizeInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 146public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 147public static System.Security.Cryptography.KeySizes NonceByteSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 148public static System.Security.Cryptography.KeySizes TagByteSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 149public int? TagSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 150public void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[]? associatedData = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 151public void Decrypt(System.ReadOnlySpan<byte> nonce, System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> tag, System.Span<byte> plaintext, System.ReadOnlySpan<byte> associatedData = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 153public void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[]? associatedData = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 154public void Encrypt(System.ReadOnlySpan<byte> nonce, System.ReadOnlySpan<byte> plaintext, System.Span<byte> ciphertext, System.Span<byte> tag, System.ReadOnlySpan<byte> associatedData = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 161public AesManaged() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 162public override int BlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 163public override int FeedbackSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 164public override byte[] IV { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 165public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 166public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 167public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 168public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 169public override System.Security.Cryptography.CipherMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 170public override System.Security.Cryptography.PaddingMode Padding { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 171public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 172public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 173public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 174public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 176public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 177public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 181protected AsnEncodedData() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 182public AsnEncodedData(byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 183public AsnEncodedData(System.ReadOnlySpan<byte> rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 184public AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 185public AsnEncodedData(System.Security.Cryptography.Oid? oid, byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 186public AsnEncodedData(System.Security.Cryptography.Oid? oid, System.ReadOnlySpan<byte> rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 187public AsnEncodedData(string oid, byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 188public AsnEncodedData(string oid, System.ReadOnlySpan<byte> rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 189public System.Security.Cryptography.Oid? Oid { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 190public byte[] RawData { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 191public virtual void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 192public virtual string Format(bool multiLine) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 196public AsnEncodedDataCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 197public AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 198public int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 199public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 200public System.Security.Cryptography.AsnEncodedData this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 201public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 202public int Add(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 203public void CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 204public System.Security.Cryptography.AsnEncodedDataEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 205public void Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 206void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 207System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 211internal AsnEncodedDataEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 212public System.Security.Cryptography.AsnEncodedData Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 213object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 214public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 215public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 222protected AsymmetricAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 223public virtual string? KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 224public virtual int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 225public virtual System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 226public virtual string? SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 227public void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 229public static System.Security.Cryptography.AsymmetricAlgorithm Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 232public static System.Security.Cryptography.AsymmetricAlgorithm? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 235public virtual byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 236public virtual byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 237public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 238public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 239public virtual byte[] ExportPkcs8PrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 240public string ExportPkcs8PrivateKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 241public virtual byte[] ExportSubjectPublicKeyInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 242public string ExportSubjectPublicKeyInfoPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 243public virtual void FromXmlString(string xmlString) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 244public virtual void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 245public virtual void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 246public virtual void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 247public virtual void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 248public virtual void ImportFromPem(System.ReadOnlySpan<char> input) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 249public virtual void ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 250public virtual void ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 251public virtual string ToXmlString(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 252public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 253public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 254public bool TryExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 255public bool TryExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 256public virtual bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 257public bool TryExportPkcs8PrivateKeyPem(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 258public virtual bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 259public bool TryExportSubjectPublicKeyInfoPem(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 263protected AsymmetricKeyExchangeDeformatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 270protected AsymmetricKeyExchangeFormatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 278protected AsymmetricSignatureDeformatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 282public virtual bool VerifySignature(System.Security.Cryptography.HashAlgorithm hash, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 286protected AsymmetricSignatureFormatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 288public virtual byte[] CreateSignature(System.Security.Cryptography.HashAlgorithm hash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 294public AuthenticationTagMismatchException() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 295public AuthenticationTagMismatchException(string? message) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 296public AuthenticationTagMismatchException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 305public ChaCha20Poly1305(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 306public ChaCha20Poly1305(System.ReadOnlySpan<byte> key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 307public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 308public void Decrypt(byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, byte[]? associatedData = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 309public void Decrypt(System.ReadOnlySpan<byte> nonce, System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> tag, System.Span<byte> plaintext, System.ReadOnlySpan<byte> associatedData = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 311public void Encrypt(byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, byte[]? associatedData = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 312public void Encrypt(System.ReadOnlySpan<byte> nonce, System.ReadOnlySpan<byte> plaintext, System.Span<byte> ciphertext, System.Span<byte> tag, System.ReadOnlySpan<byte> associatedData = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 325public CngAlgorithm(string algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 326public string Algorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 327public static System.Security.Cryptography.CngAlgorithm ECDiffieHellman { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 328public static System.Security.Cryptography.CngAlgorithm ECDiffieHellmanP256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 329public static System.Security.Cryptography.CngAlgorithm ECDiffieHellmanP384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 330public static System.Security.Cryptography.CngAlgorithm ECDiffieHellmanP521 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 331public static System.Security.Cryptography.CngAlgorithm ECDsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 332public static System.Security.Cryptography.CngAlgorithm ECDsaP256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 333public static System.Security.Cryptography.CngAlgorithm ECDsaP384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 334public static System.Security.Cryptography.CngAlgorithm ECDsaP521 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 335public static System.Security.Cryptography.CngAlgorithm MD5 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 337public static System.Security.Cryptography.CngAlgorithm MLDsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 339public static System.Security.Cryptography.CngAlgorithm MLKem { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 340public static System.Security.Cryptography.CngAlgorithm Rsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 341public static System.Security.Cryptography.CngAlgorithm Sha1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 342public static System.Security.Cryptography.CngAlgorithm Sha256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 343public static System.Security.Cryptography.CngAlgorithm Sha384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 344public static System.Security.Cryptography.CngAlgorithm Sha512 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 345public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 346public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.CngAlgorithm? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 347public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 348public static bool operator ==(System.Security.Cryptography.CngAlgorithm? left, System.Security.Cryptography.CngAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 349public static bool operator !=(System.Security.Cryptography.CngAlgorithm? left, System.Security.Cryptography.CngAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 350public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 354public CngAlgorithmGroup(string algorithmGroup) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 355public string AlgorithmGroup { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 356public static System.Security.Cryptography.CngAlgorithmGroup DiffieHellman { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 357public static System.Security.Cryptography.CngAlgorithmGroup Dsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 358public static System.Security.Cryptography.CngAlgorithmGroup ECDiffieHellman { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 359public static System.Security.Cryptography.CngAlgorithmGroup ECDsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 361public static System.Security.Cryptography.CngAlgorithmGroup MLDsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 363public static System.Security.Cryptography.CngAlgorithmGroup MLKem { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 364public static System.Security.Cryptography.CngAlgorithmGroup Rsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 365public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 366public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.CngAlgorithmGroup? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 367public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 368public static bool operator ==(System.Security.Cryptography.CngAlgorithmGroup? left, System.Security.Cryptography.CngAlgorithmGroup? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 369public static bool operator !=(System.Security.Cryptography.CngAlgorithmGroup? left, System.Security.Cryptography.CngAlgorithmGroup? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 370public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 383internal CngKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 384public System.Security.Cryptography.CngAlgorithm Algorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 385public System.Security.Cryptography.CngAlgorithmGroup? AlgorithmGroup { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 386public System.Security.Cryptography.CngExportPolicies ExportPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 387public Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle Handle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 388public bool IsEphemeral { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 389public bool IsMachineKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 390public string? KeyName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 391public int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 392public System.Security.Cryptography.CngKeyUsages KeyUsage { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 393public System.IntPtr ParentWindowHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 394public System.Security.Cryptography.CngProvider? Provider { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 395public Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle ProviderHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 396public System.Security.Cryptography.CngUIPolicy UIPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 397public string? UniqueName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 399public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 401public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm, string? keyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 403public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.CngAlgorithm algorithm, string? keyName, System.Security.Cryptography.CngKeyCreationParameters? creationParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 404public void Delete() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 407public static bool Exists(string keyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 409public static bool Exists(string keyName, System.Security.Cryptography.CngProvider provider) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 411public static bool Exists(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions options) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 412public byte[] Export(System.Security.Cryptography.CngKeyBlobFormat format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 413public System.Security.Cryptography.CngProperty GetProperty(string name, System.Security.Cryptography.CngPropertyOptions options) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 414public bool HasProperty(string name, System.Security.Cryptography.CngPropertyOptions options) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 416public static System.Security.Cryptography.CngKey Import(byte[] keyBlob, System.Security.Cryptography.CngKeyBlobFormat format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 418public static System.Security.Cryptography.CngKey Import(byte[] keyBlob, System.Security.Cryptography.CngKeyBlobFormat format, System.Security.Cryptography.CngProvider provider) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 420public static System.Security.Cryptography.CngKey Open(Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle keyHandle, System.Security.Cryptography.CngKeyHandleOpenOptions keyHandleOpenOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 422public static System.Security.Cryptography.CngKey Open(string keyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 424public static System.Security.Cryptography.CngKey Open(string keyName, System.Security.Cryptography.CngProvider provider) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 426public static System.Security.Cryptography.CngKey Open(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions openOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 427public void SetProperty(System.Security.Cryptography.CngProperty property) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 431public CngKeyBlobFormat(string format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 432public static System.Security.Cryptography.CngKeyBlobFormat EccFullPrivateBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 433public static System.Security.Cryptography.CngKeyBlobFormat EccFullPublicBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 434public static System.Security.Cryptography.CngKeyBlobFormat EccPrivateBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 435public static System.Security.Cryptography.CngKeyBlobFormat EccPublicBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 436public string Format { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 437public static System.Security.Cryptography.CngKeyBlobFormat GenericPrivateBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 438public static System.Security.Cryptography.CngKeyBlobFormat GenericPublicBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 440public static System.Security.Cryptography.CngKeyBlobFormat MLKemPrivateBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 442public static System.Security.Cryptography.CngKeyBlobFormat MLKemPrivateSeedBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 444public static System.Security.Cryptography.CngKeyBlobFormat MLKemPublicBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 445public static System.Security.Cryptography.CngKeyBlobFormat OpaqueTransportBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 446public static System.Security.Cryptography.CngKeyBlobFormat Pkcs8PrivateBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 448public static System.Security.Cryptography.CngKeyBlobFormat PQDsaPrivateBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 450public static System.Security.Cryptography.CngKeyBlobFormat PQDsaPrivateSeedBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 452public static System.Security.Cryptography.CngKeyBlobFormat PQDsaPublicBlob { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 453public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 454public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.CngKeyBlobFormat? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 455public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 456public static bool operator ==(System.Security.Cryptography.CngKeyBlobFormat? left, System.Security.Cryptography.CngKeyBlobFormat? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 457public static bool operator !=(System.Security.Cryptography.CngKeyBlobFormat? left, System.Security.Cryptography.CngKeyBlobFormat? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 458public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 472public CngKeyCreationParameters() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 473public System.Security.Cryptography.CngExportPolicies? ExportPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 474public System.Security.Cryptography.CngKeyCreationOptions KeyCreationOptions { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 475public System.Security.Cryptography.CngKeyUsages? KeyUsage { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 476public System.Security.Cryptography.CngPropertyCollection Parameters { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 477public System.IntPtr ParentWindowHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 478public System.Security.Cryptography.CngProvider Provider { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 479public System.Security.Cryptography.CngUIPolicy? UIPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 508public CngProperty(string name, byte[]? value, System.Security.Cryptography.CngPropertyOptions options) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 509public readonly string Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 510public readonly System.Security.Cryptography.CngPropertyOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 511public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 512public bool Equals(System.Security.Cryptography.CngProperty other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 513public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 514public byte[]? GetValue() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 515public static bool operator ==(System.Security.Cryptography.CngProperty left, System.Security.Cryptography.CngProperty right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 516public static bool operator !=(System.Security.Cryptography.CngProperty left, System.Security.Cryptography.CngProperty right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 520public CngPropertyCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 531public CngProvider(string provider) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 532public static System.Security.Cryptography.CngProvider MicrosoftPlatformCryptoProvider { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 533public static System.Security.Cryptography.CngProvider MicrosoftSmartCardKeyStorageProvider { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 534public static System.Security.Cryptography.CngProvider MicrosoftSoftwareKeyStorageProvider { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 535public string Provider { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 536public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 537public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.CngProvider? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 538public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 539public static bool operator ==(System.Security.Cryptography.CngProvider? left, System.Security.Cryptography.CngProvider? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 540public static bool operator !=(System.Security.Cryptography.CngProvider? left, System.Security.Cryptography.CngProvider? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 541public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 545public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 546public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 547public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 548public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 549public CngUIPolicy(System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext, string? creationTitle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 550public string? CreationTitle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 551public string? Description { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 552public string? FriendlyName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 553public System.Security.Cryptography.CngUIProtectionLevels ProtectionLevel { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 554public string? UseContext { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 566protected CompositeMLDsa(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 567public System.Security.Cryptography.CompositeMLDsaAlgorithm Algorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 568public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 571public byte[] ExportCompositeMLDsaPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 572public byte[] ExportCompositeMLDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 573public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 574public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 575public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 576public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 577public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 578public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 579public byte[] ExportPkcs8PrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 580public string ExportPkcs8PrivateKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 581public byte[] ExportSubjectPublicKeyInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 582public string ExportSubjectPublicKeyInfoPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 583public static System.Security.Cryptography.CompositeMLDsa GenerateKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 584public static System.Security.Cryptography.CompositeMLDsa ImportCompositeMLDsaPrivateKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 585public static System.Security.Cryptography.CompositeMLDsa ImportCompositeMLDsaPublicKey(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 586public static System.Security.Cryptography.CompositeMLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 587public static System.Security.Cryptography.CompositeMLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 588public static System.Security.Cryptography.CompositeMLDsa ImportEncryptedPkcs8PrivateKey(string password, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 589public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 590public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 591public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(string source, byte[] passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 592public static System.Security.Cryptography.CompositeMLDsa ImportFromEncryptedPem(string source, string password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 593public static System.Security.Cryptography.CompositeMLDsa ImportFromPem(System.ReadOnlySpan<char> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 594public static System.Security.Cryptography.CompositeMLDsa ImportFromPem(string source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 595public static System.Security.Cryptography.CompositeMLDsa ImportPkcs8PrivateKey(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 596public static System.Security.Cryptography.CompositeMLDsa ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 597public static System.Security.Cryptography.CompositeMLDsa ImportSubjectPublicKeyInfo(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 598public static System.Security.Cryptography.CompositeMLDsa ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 599public static bool IsAlgorithmSupported(System.Security.Cryptography.CompositeMLDsaAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 600public byte[] SignData(byte[] data, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 601public bool TryExportCompositeMLDsaPrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 603public bool TryExportCompositeMLDsaPublicKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 605public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 606public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 607public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 608public bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 610public bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 611public bool TrySignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, out int bytesWritten, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 613public bool VerifyData(byte[] data, byte[] signature, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 614public bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 620internal CompositeMLDsaAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 621public int MaxSignatureSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 622public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithECDsaP256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 623public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithEd25519 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 624public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithRSA2048Pkcs15 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 625public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa44WithRSA2048Pss { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 626public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithECDsaBrainpoolP256r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 627public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithECDsaP256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 628public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithECDsaP384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 629public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithEd25519 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 630public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA3072Pkcs15 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 631public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA3072Pss { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 632public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA4096Pkcs15 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 633public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa65WithRSA4096Pss { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 634public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithECDsaBrainpoolP384r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 635public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithECDsaP384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 636public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithECDsaP521 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 637public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithEd448 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 638public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithRSA3072Pss { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 639public static System.Security.Cryptography.CompositeMLDsaAlgorithm MLDsa87WithRSA4096Pss { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 640public string Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 641public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 642public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.CompositeMLDsaAlgorithm? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 643public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 644public static bool operator ==(System.Security.Cryptography.CompositeMLDsaAlgorithm? left, System.Security.Cryptography.CompositeMLDsaAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 645public static bool operator !=(System.Security.Cryptography.CompositeMLDsaAlgorithm? left, System.Security.Cryptography.CompositeMLDsaAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 646public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 650public CryptoConfig() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 651public static bool AllowOnlyFipsAlgorithms { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 653public static void AddAlgorithm(System.Type algorithm, params string[] names) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 655public static void AddOID(string oid, params string[] names) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 657public static object? CreateFromName(string name) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 659public static object? CreateFromName(string name, params object?[]? args) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 662public static byte[] EncodeOID(string str) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 664public static string? MapNameToOID(string name) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 668public static bool FixedTimeEquals(System.ReadOnlySpan<byte> left, System.ReadOnlySpan<byte> right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 669public static byte[] HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 670public static byte[] HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 671public static int HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 672public static byte[] HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 673public static int HashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 674public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 675public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 676public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 677public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 678public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 679public static int HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 680public static byte[] HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 681public static int HmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 682public static System.Threading.Tasks.ValueTask<byte[]> HmacDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 683public static System.Threading.Tasks.ValueTask<int> HmacDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 684public static System.Threading.Tasks.ValueTask<byte[]> HmacDataAsync(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 685public static bool TryHashData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 686public static bool TryHmacData(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 687public static void ZeroMemory(System.Span<byte> buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 691public CryptographicUnexpectedOperationException() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 694protected CryptographicUnexpectedOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 695public CryptographicUnexpectedOperationException(string? message) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 696public CryptographicUnexpectedOperationException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 697public CryptographicUnexpectedOperationException(string format, string? insert) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 701public CryptoStream(System.IO.Stream stream, System.Security.Cryptography.ICryptoTransform transform, System.Security.Cryptography.CryptoStreamMode mode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 702public CryptoStream(System.IO.Stream stream, System.Security.Cryptography.ICryptoTransform transform, System.Security.Cryptography.CryptoStreamMode mode, bool leaveOpen) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 703public override bool CanRead { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 704public override bool CanSeek { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 705public override bool CanWrite { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 706public bool HasFlushedFinalBlock { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 707public override long Length { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 708public override long Position { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 709public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 710public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback? callback, object? state) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 711public void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 712public override void CopyTo(System.IO.Stream destination, int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 713public override System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int bufferSize, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 715public override System.Threading.Tasks.ValueTask DisposeAsync() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 716public override int EndRead(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 717public override void EndWrite(System.IAsyncResult asyncResult) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 718public override void Flush() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 719public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 720public void FlushFinalBlock() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 721public System.Threading.Tasks.ValueTask FlushFinalBlockAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 722public override int Read(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 723public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 724public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 725public override int ReadByte() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 726public override long Seek(long offset, System.IO.SeekOrigin origin) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 727public override void SetLength(long value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 728public override void Write(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 729public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 730public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 731public override void WriteByte(byte value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 741public CspKeyContainerInfo(System.Security.Cryptography.CspParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 742public bool Accessible { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 743public bool Exportable { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 744public bool HardwareDevice { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 745public string? KeyContainerName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 746public System.Security.Cryptography.KeyNumber KeyNumber { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 747public bool MachineKeyStore { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 748public bool Protected { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 749public string? ProviderName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 750public int ProviderType { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 751public bool RandomlyGenerated { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 752public bool Removable { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 753public string UniqueKeyContainerName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 762public CspParameters() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 763public CspParameters(int dwTypeIn) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 764public CspParameters(int dwTypeIn, string? strProviderNameIn) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 765public CspParameters(int dwTypeIn, string? strProviderNameIn, string? strContainerNameIn) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 766public System.Security.Cryptography.CspProviderFlags Flags { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 768public System.Security.SecureString? KeyPassword { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 769public System.IntPtr ParentWindowHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 786protected DeriveBytes() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 795protected DES() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 796public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 798public static new System.Security.Cryptography.DES Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 801public static new System.Security.Cryptography.DES? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 802public static bool IsSemiWeakKey(byte[] rgbKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 803public static bool IsWeakKey(byte[] rgbKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 809public DESCryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 810public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 811public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 812public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 813public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 814public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 815public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 819protected DSA() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 823public static new System.Security.Cryptography.DSA Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 827public static System.Security.Cryptography.DSA Create(int keySizeInBits) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 831public static System.Security.Cryptography.DSA Create(System.Security.Cryptography.DSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 834public static new System.Security.Cryptography.DSA? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 836public byte[] CreateSignature(byte[] rgbHash, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 837protected virtual byte[] CreateSignatureCore(System.ReadOnlySpan<byte> hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 839public override void FromXmlString(string xmlString) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 840public int GetMaxSignatureSize(System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 841protected virtual byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 842protected virtual byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 843public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 844public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 845public override void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 846public override void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 847public override void ImportFromPem(System.ReadOnlySpan<char> input) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 849public override void ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 850public override void ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 851public virtual byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 852public byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 853public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 854public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 855public virtual byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 856public byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 857protected virtual byte[] SignDataCore(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 858protected virtual byte[] SignDataCore(System.ReadOnlySpan<byte> data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 859public override string ToXmlString(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 860public virtual bool TryCreateSignature(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 861public bool TryCreateSignature(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 862protected virtual bool TryCreateSignatureCore(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 863public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 864public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 865public override bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 866public override bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 867protected virtual bool TryHashData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 868public virtual bool TrySignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 869public bool TrySignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 870protected virtual bool TrySignDataCore(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 871public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 872public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 873public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 874public bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 875public virtual bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 876public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 877public virtual bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 878public bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 879protected virtual bool VerifyDataCore(System.IO.Stream data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 880protected virtual bool VerifyDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 882public bool VerifySignature(byte[] rgbHash, byte[] rgbSignature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 883public virtual bool VerifySignature(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 884public bool VerifySignature(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 885protected virtual bool VerifySignatureCore(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 890public DSACng() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 892public DSACng(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 894public DSACng(System.Security.Cryptography.CngKey key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 895public System.Security.Cryptography.CngKey Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 896public override string? KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 897public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 898public override string SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 899public override byte[] CreateSignature(byte[] rgbHash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 901public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 902public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 903public override System.Security.Cryptography.DSAParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 904public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 905public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 906public override void ImportParameters(System.Security.Cryptography.DSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 907protected override bool TryCreateSignatureCore(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 908public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 909public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 910public override bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 911public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 912protected override bool VerifySignatureCore(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 918public DSACryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 921public DSACryptoServiceProvider(int dwKeySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 923public DSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 925public DSACryptoServiceProvider(System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 927public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 928public override string? KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 929public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 930public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 931public bool PersistKeyInCsp { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 932public bool PublicOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 933public override string SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 934public static bool UseMachineKeyStore { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 935public override byte[] CreateSignature(byte[] rgbHash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 937public byte[] ExportCspBlob(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 938public override System.Security.Cryptography.DSAParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 939protected override byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 940protected override byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 941public void ImportCspBlob(byte[] keyBlob) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 942public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 943public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 944public override void ImportParameters(System.Security.Cryptography.DSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 945public byte[] SignData(byte[] buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 946public byte[] SignData(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 947public byte[] SignData(System.IO.Stream inputStream) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 948public byte[] SignHash(byte[] rgbHash, string? str) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 949public bool VerifyData(byte[] rgbData, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 950public bool VerifyHash(byte[] rgbHash, string? str, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 951public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 960public DSAOpenSsl() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 966public DSAOpenSsl(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 972public DSAOpenSsl(System.IntPtr handle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 978public DSAOpenSsl(System.Security.Cryptography.DSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 984public DSAOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 985public override byte[] CreateSignature(byte[] rgbHash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 986public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 987public override System.Security.Cryptography.DSAParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 988public override void ImportParameters(System.Security.Cryptography.DSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 989public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1004public DSASignatureDeformatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1005public DSASignatureDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1006public override void SetHashAlgorithm(string strName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1007public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1008public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1017public DSASignatureFormatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1018public DSASignatureFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1019public override byte[] CreateSignature(byte[] rgbHash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1020public override void SetHashAlgorithm(string strName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1021public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1025protected ECAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1026public virtual byte[] ExportECPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1027public string ExportECPrivateKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1028public virtual System.Security.Cryptography.ECParameters ExportExplicitParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1029public virtual System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1030public virtual void GenerateKey(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1031public virtual void ImportECPrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1032public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1033public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1034public override void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1035public override void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1036public override void ImportFromPem(System.ReadOnlySpan<char> input) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1037public virtual void ImportParameters(System.Security.Cryptography.ECParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1038public override void ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1039public override void ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1040public virtual bool TryExportECPrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1041public bool TryExportECPrivateKeyPem(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1042public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1043public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1044public override bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1045public override bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1061public bool IsCharacteristic2 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1062public bool IsExplicit { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1063public bool IsNamed { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1064public bool IsPrime { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1065public System.Security.Cryptography.Oid Oid { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1066public static System.Security.Cryptography.ECCurve CreateFromFriendlyName(string oidFriendlyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1067public static System.Security.Cryptography.ECCurve CreateFromOid(System.Security.Cryptography.Oid curveOid) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1068public static System.Security.Cryptography.ECCurve CreateFromValue(string oidValue) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1069public void Validate() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1081public static System.Security.Cryptography.ECCurve brainpoolP160r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1082public static System.Security.Cryptography.ECCurve brainpoolP160t1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1083public static System.Security.Cryptography.ECCurve brainpoolP192r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1084public static System.Security.Cryptography.ECCurve brainpoolP192t1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1085public static System.Security.Cryptography.ECCurve brainpoolP224r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1086public static System.Security.Cryptography.ECCurve brainpoolP224t1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1087public static System.Security.Cryptography.ECCurve brainpoolP256r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1088public static System.Security.Cryptography.ECCurve brainpoolP256t1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1089public static System.Security.Cryptography.ECCurve brainpoolP320r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1090public static System.Security.Cryptography.ECCurve brainpoolP320t1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1091public static System.Security.Cryptography.ECCurve brainpoolP384r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1092public static System.Security.Cryptography.ECCurve brainpoolP384t1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1093public static System.Security.Cryptography.ECCurve brainpoolP512r1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1094public static System.Security.Cryptography.ECCurve brainpoolP512t1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1095public static System.Security.Cryptography.ECCurve nistP256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1096public static System.Security.Cryptography.ECCurve nistP384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1097public static System.Security.Cryptography.ECCurve nistP521 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1102protected ECDiffieHellman() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1103public override string KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1105public override string? SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1107public static new System.Security.Cryptography.ECDiffieHellman Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1109public static System.Security.Cryptography.ECDiffieHellman Create(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1111public static System.Security.Cryptography.ECDiffieHellman Create(System.Security.Cryptography.ECParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1114public static new System.Security.Cryptography.ECDiffieHellman? Create(string algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1115public byte[] DeriveKeyFromHash(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1116public virtual byte[] DeriveKeyFromHash(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[]? secretPrepend, byte[]? secretAppend) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1117public byte[] DeriveKeyFromHmac(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[]? hmacKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1118public virtual byte[] DeriveKeyFromHmac(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[]? hmacKey, byte[]? secretPrepend, byte[]? secretAppend) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1119public virtual byte[] DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1120public virtual byte[] DeriveKeyTls(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, byte[] prfLabel, byte[] prfSeed) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1121public virtual byte[] DeriveRawSecretAgreement(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1122public override void FromXmlString(string xmlString) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1123public override string ToXmlString(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1128public ECDiffieHellmanCng() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1130public ECDiffieHellmanCng(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1132public ECDiffieHellmanCng(System.Security.Cryptography.CngKey key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1134public ECDiffieHellmanCng(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1135public System.Security.Cryptography.CngAlgorithm HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1136public byte[]? HmacKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1137public System.Security.Cryptography.CngKey Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1138public System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction KeyDerivationFunction { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1139public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1140public byte[]? Label { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1141public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1142public override System.Security.Cryptography.ECDiffieHellmanPublicKey PublicKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1143public byte[]? SecretAppend { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1144public byte[]? SecretPrepend { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1145public byte[]? Seed { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1146public bool UseSecretAgreementAsHmacKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1147public override byte[] DeriveKeyFromHash(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[]? secretPrepend, byte[]? secretAppend) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1148public override byte[] DeriveKeyFromHmac(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[]? hmacKey, byte[]? secretPrepend, byte[]? secretAppend) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1149public byte[] DeriveKeyMaterial(System.Security.Cryptography.CngKey otherPartyPublicKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1150public override byte[] DeriveKeyMaterial(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1151public override byte[] DeriveKeyTls(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey, byte[] prfLabel, byte[] prfSeed) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1152public Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle DeriveSecretAgreementHandle(System.Security.Cryptography.CngKey otherPartyPublicKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1153public Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle DeriveSecretAgreementHandle(System.Security.Cryptography.ECDiffieHellmanPublicKey otherPartyPublicKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1155public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1156public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1157public override System.Security.Cryptography.ECParameters ExportExplicitParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1158public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1160public void FromXmlString(string xml, System.Security.Cryptography.ECKeyXmlFormat format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1161public override void GenerateKey(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1162public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1163public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1164public override void ImportParameters(System.Security.Cryptography.ECParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1165public override void ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1167public string ToXmlString(System.Security.Cryptography.ECKeyXmlFormat format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1168public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1169public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1170public override bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1174internal ECDiffieHellmanCngPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1175public System.Security.Cryptography.CngKeyBlobFormat BlobFormat { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1177public override System.Security.Cryptography.ECParameters ExportExplicitParameters() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1178public override System.Security.Cryptography.ECParameters ExportParameters() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1180public static System.Security.Cryptography.ECDiffieHellmanPublicKey FromByteArray(byte[] publicKeyBlob, System.Security.Cryptography.CngKeyBlobFormat format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1182public static System.Security.Cryptography.ECDiffieHellmanCngPublicKey FromXmlString(string xml) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1183public System.Security.Cryptography.CngKey Import() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1185public override string ToXmlString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1200public ECDiffieHellmanOpenSsl() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1206public ECDiffieHellmanOpenSsl(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1212public ECDiffieHellmanOpenSsl(System.IntPtr handle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1218public ECDiffieHellmanOpenSsl(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1224public ECDiffieHellmanOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1225public override System.Security.Cryptography.ECDiffieHellmanPublicKey PublicKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1226public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1227public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1228public override void ImportParameters(System.Security.Cryptography.ECParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1232protected ECDiffieHellmanPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1234protected ECDiffieHellmanPublicKey(byte[] keyBlob) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1237public virtual System.Security.Cryptography.ECParameters ExportExplicitParameters() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1238public virtual System.Security.Cryptography.ECParameters ExportParameters() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1239public virtual byte[] ExportSubjectPublicKeyInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1241public virtual byte[] ToByteArray() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1243public virtual string ToXmlString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1244public virtual bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1248protected ECDsa() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1249public override string? KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1250public override string SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1252public static new System.Security.Cryptography.ECDsa Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1254public static System.Security.Cryptography.ECDsa Create(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1256public static System.Security.Cryptography.ECDsa Create(System.Security.Cryptography.ECParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1259public static new System.Security.Cryptography.ECDsa? Create(string algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1260public override void FromXmlString(string xmlString) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1261public int GetMaxSignatureSize(System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1262protected virtual byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1263protected virtual byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1264public virtual byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1265public byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1266public virtual byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1267public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1268public virtual byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1269public byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1270public byte[] SignData(System.ReadOnlySpan<byte> data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1271public byte[] SignData(System.ReadOnlySpan<byte> data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1272public int SignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1273public int SignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1274protected virtual byte[] SignDataCore(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1275protected virtual byte[] SignDataCore(System.ReadOnlySpan<byte> data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1277public byte[] SignHash(byte[] hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1278public byte[] SignHash(System.ReadOnlySpan<byte> hash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1279public byte[] SignHash(System.ReadOnlySpan<byte> hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1280public int SignHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1281public int SignHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1282protected virtual byte[] SignHashCore(System.ReadOnlySpan<byte> hash, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1283public override string ToXmlString(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1284protected virtual bool TryHashData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1285public virtual bool TrySignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1286public bool TrySignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1287protected virtual bool TrySignDataCore(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1288public virtual bool TrySignHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1289public bool TrySignHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1290protected virtual bool TrySignHashCore(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1291public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1292public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1293public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1294public bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1295public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1296public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1297public virtual bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1298public bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1299protected virtual bool VerifyDataCore(System.IO.Stream data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1300protected virtual bool VerifyDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1302public bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1303public virtual bool VerifyHash(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1304public bool VerifyHash(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1305protected virtual bool VerifyHashCore(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1310public ECDsaCng() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1312public ECDsaCng(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1314public ECDsaCng(System.Security.Cryptography.CngKey key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1316public ECDsaCng(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1317public System.Security.Cryptography.CngAlgorithm HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1318public System.Security.Cryptography.CngKey Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1319public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1320public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1322public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1323public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1324public override System.Security.Cryptography.ECParameters ExportExplicitParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1325public override System.Security.Cryptography.ECParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1327public void FromXmlString(string xml, System.Security.Cryptography.ECKeyXmlFormat format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1328public override void GenerateKey(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1329public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1330public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1331public override void ImportParameters(System.Security.Cryptography.ECParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1332public override void ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1333public byte[] SignData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1334public byte[] SignData(byte[] data, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1335public byte[] SignData(System.IO.Stream data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1336public override byte[] SignHash(byte[] hash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1338public string ToXmlString(System.Security.Cryptography.ECKeyXmlFormat format) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1339public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1340public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1341public override bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1342public override bool TrySignHash(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1343protected override bool TrySignHashCore(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.DSASignatureFormat signatureFormat, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1344public bool VerifyData(byte[] data, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1345public bool VerifyData(byte[] data, int offset, int count, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1346public bool VerifyData(System.IO.Stream data, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1347public override bool VerifyHash(byte[] hash, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1348public override bool VerifyHash(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1349protected override bool VerifyHashCore(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.DSASignatureFormat signatureFormat) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1358public ECDsaOpenSsl() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1364public ECDsaOpenSsl(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1370public ECDsaOpenSsl(System.IntPtr handle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1376public ECDsaOpenSsl(System.Security.Cryptography.ECCurve curve) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1382public ECDsaOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1383public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1384public override byte[] SignHash(byte[] hash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1385public override bool VerifyHash(byte[] hash, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1396public void Validate() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1405public FromBase64Transform() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1406public FromBase64Transform(System.Security.Cryptography.FromBase64TransformMode whitespaces) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1407public virtual bool CanReuseTransform { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1408public bool CanTransformMultipleBlocks { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1409public int InputBlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1410public int OutputBlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1411public void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1415public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1416public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1428protected HashAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1429public virtual bool CanReuseTransform { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1430public virtual bool CanTransformMultipleBlocks { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1431public virtual byte[]? Hash { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1432public virtual int HashSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1433public virtual int InputBlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1434public virtual int OutputBlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1435public void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1436public byte[] ComputeHash(byte[] buffer) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1437public byte[] ComputeHash(byte[] buffer, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1438public byte[] ComputeHash(System.IO.Stream inputStream) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1439public System.Threading.Tasks.Task<byte[]> ComputeHashAsync(System.IO.Stream inputStream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1441public static System.Security.Cryptography.HashAlgorithm Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1444public static System.Security.Cryptography.HashAlgorithm? Create(string hashName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1448protected virtual void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1451public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[]? outputBuffer, int outputOffset) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1452public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1453public bool TryComputeHash(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1454protected virtual bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1460public HashAlgorithmName(string? name) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1461public static System.Security.Cryptography.HashAlgorithmName MD5 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1462public string? Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1463public static System.Security.Cryptography.HashAlgorithmName SHA1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1464public static System.Security.Cryptography.HashAlgorithmName SHA256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1465public static System.Security.Cryptography.HashAlgorithmName SHA384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1466public static System.Security.Cryptography.HashAlgorithmName SHA3_256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1467public static System.Security.Cryptography.HashAlgorithmName SHA3_384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1468public static System.Security.Cryptography.HashAlgorithmName SHA3_512 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1469public static System.Security.Cryptography.HashAlgorithmName SHA512 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1470public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1471public bool Equals(System.Security.Cryptography.HashAlgorithmName other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1472public static System.Security.Cryptography.HashAlgorithmName FromOid(string oidValue) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1473public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1474public static bool operator ==(System.Security.Cryptography.HashAlgorithmName left, System.Security.Cryptography.HashAlgorithmName right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1475public static bool operator !=(System.Security.Cryptography.HashAlgorithmName left, System.Security.Cryptography.HashAlgorithmName right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1476public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1477public static bool TryFromOid(string oidValue, out System.Security.Cryptography.HashAlgorithmName value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1481public static byte[] DeriveKey(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, byte[] ikm, int outputLength, byte[]? salt = null, byte[]? info = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1482public static void DeriveKey(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, System.ReadOnlySpan<byte> ikm, System.Span<byte> output, System.ReadOnlySpan<byte> salt, System.ReadOnlySpan<byte> info) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1483public static byte[] Expand(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, byte[] prk, int outputLength, byte[]? info = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1484public static void Expand(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, System.ReadOnlySpan<byte> prk, System.Span<byte> output, System.ReadOnlySpan<byte> info) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1485public static byte[] Extract(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, byte[] ikm, byte[]? salt = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1486public static int Extract(System.Security.Cryptography.HashAlgorithmName hashAlgorithmName, System.ReadOnlySpan<byte> ikm, System.ReadOnlySpan<byte> salt, System.Span<byte> prk) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1490protected HMAC() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1491protected int BlockSizeValue { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1492public string HashName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1493public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1495public static new System.Security.Cryptography.HMAC Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1498public static new System.Security.Cryptography.HMAC? Create(string algorithmName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1500protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1501protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1502protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1503public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1504protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1511public HMACMD5() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1513public HMACMD5(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1514public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1516protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1517protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1519public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1521public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1523public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1525public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1527public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1529public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1531public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1533public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1535public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1536protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1537public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1539public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1540protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1546public HMACSHA1() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1547public HMACSHA1(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1550public HMACSHA1(byte[] key, bool useManagedSha1) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1551public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1553protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1554protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1555public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1556public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1557public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1558public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1559public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1560public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1561public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1562public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1563public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1564protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1565public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1566public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1567protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1573public HMACSHA256() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1574public HMACSHA256(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1575public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1577protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1578protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1579public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1580public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1581public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1582public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1583public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1584public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1585public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1586public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1587public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1588protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1589public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1590public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1591protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1597public HMACSHA384() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1598public HMACSHA384(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1599public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1601public bool ProduceLegacyHmacValues { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1603protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1604protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1605public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1606public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1607public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1608public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1609public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1610public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1611public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1612public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1613public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1614protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1615public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1616public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1617protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1623public HMACSHA3_256() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1624public HMACSHA3_256(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1625public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1626public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1628protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1629protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1630public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1631public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1632public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1633public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1634public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1635public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1636public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1637public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1638public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1639protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1640public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1641public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1642protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1648public HMACSHA3_384() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1649public HMACSHA3_384(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1650public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1651public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1653protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1654protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1655public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1656public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1657public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1658public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1659public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1660public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1661public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1662public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1663public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1664protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1665public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1666public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1667protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1673public HMACSHA3_512() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1674public HMACSHA3_512(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1675public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1676public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1678protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1679protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1680public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1681public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1682public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1683public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1684public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1685public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1686public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1687public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1688public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1689protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1690public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1691public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1692protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1698public HMACSHA512() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1699public HMACSHA512(byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1700public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1702public bool ProduceLegacyHmacValues { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1704protected override void HashCore(byte[] rgb, int ib, int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1705protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1706public static byte[] HashData(byte[] key, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1707public static byte[] HashData(byte[] key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1708public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1709public static int HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1710public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1711public static int HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1712public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1713public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1714public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1715protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1716public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1717public static bool TryHashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1718protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1737internal IncrementalHash() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1738public System.Security.Cryptography.HashAlgorithmName AlgorithmName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1739public int HashLengthInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1740public void AppendData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1741public void AppendData(byte[] data, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1742public void AppendData(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1743public System.Security.Cryptography.IncrementalHash Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1744public static System.Security.Cryptography.IncrementalHash CreateHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1745public static System.Security.Cryptography.IncrementalHash CreateHMAC(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1746public static System.Security.Cryptography.IncrementalHash CreateHMAC(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1748public byte[] GetCurrentHash() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1749public int GetCurrentHash(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1750public byte[] GetHashAndReset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1751public int GetHashAndReset(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1752public bool TryGetCurrentHash(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1753public bool TryGetHashAndReset(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1758protected KeyedHashAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1759public virtual byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1761public static new System.Security.Cryptography.KeyedHashAlgorithm Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1764public static new System.Security.Cryptography.KeyedHashAlgorithm? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1774public KeySizes(int minSize, int maxSize, int skipSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1775public int MaxSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1776public int MinSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1777public int SkipSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1781public Kmac128(byte[] key, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1782public Kmac128(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1783public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1784public void AppendData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1785public void AppendData(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1786public System.Security.Cryptography.Kmac128 Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1788public byte[] GetCurrentHash(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1789public void GetCurrentHash(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1790public byte[] GetHashAndReset(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1791public void GetHashAndReset(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1792public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1793public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1794public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1795public static void HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1796public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1797public static void HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1798public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1799public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1800public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1804public Kmac256(byte[] key, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1805public Kmac256(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1806public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1807public void AppendData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1808public void AppendData(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1809public System.Security.Cryptography.Kmac256 Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1811public byte[] GetCurrentHash(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1812public void GetCurrentHash(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1813public byte[] GetHashAndReset(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1814public void GetHashAndReset(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1815public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1816public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1817public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1818public static void HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1819public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1820public static void HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1821public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1822public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1823public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1827public KmacXof128(byte[] key, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1828public KmacXof128(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1829public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1830public void AppendData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1831public void AppendData(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1832public System.Security.Cryptography.KmacXof128 Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1834public byte[] GetCurrentHash(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1835public void GetCurrentHash(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1836public byte[] GetHashAndReset(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1837public void GetHashAndReset(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1838public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1839public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1840public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1841public static void HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1842public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1843public static void HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1844public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1845public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1846public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1850public KmacXof256(byte[] key, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1851public KmacXof256(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1852public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1853public void AppendData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1854public void AppendData(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1855public System.Security.Cryptography.KmacXof256 Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1857public byte[] GetCurrentHash(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1858public void GetCurrentHash(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1859public byte[] GetHashAndReset(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1860public void GetHashAndReset(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1861public static byte[] HashData(byte[] key, byte[] source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1862public static byte[] HashData(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1863public static byte[] HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1864public static void HashData(System.ReadOnlySpan<byte> key, System.IO.Stream source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1865public static byte[] HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, int outputLength, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1866public static void HashData(System.ReadOnlySpan<byte> key, System.ReadOnlySpan<byte> source, System.Span<byte> destination, System.ReadOnlySpan<byte> customizationString = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1867public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(byte[] key, System.IO.Stream source, int outputLength, byte[]? customizationString = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1868public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, int outputLength, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1869public static System.Threading.Tasks.ValueTask HashDataAsync(System.ReadOnlyMemory<byte> key, System.IO.Stream source, System.Memory<byte> destination, System.ReadOnlyMemory<byte> customizationString = default(System.ReadOnlyMemory<byte>), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1873protected MaskGenerationMethod() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1880protected MD5() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1882public static new System.Security.Cryptography.MD5 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1885public static new System.Security.Cryptography.MD5? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1887public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1889public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1891public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1893public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1895public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1897public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1899public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1901public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1907public MD5CryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1909protected override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1910protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1911protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1912public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1913protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1918protected MLDsa(System.Security.Cryptography.MLDsaAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1919public System.Security.Cryptography.MLDsaAlgorithm Algorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1920public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1923public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1924public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1925public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1926public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1927public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1928public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1929public byte[] ExportMLDsaPrivateSeed() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1930public void ExportMLDsaPrivateSeed(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1932public byte[] ExportMLDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1933public void ExportMLDsaPublicKey(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1935public byte[] ExportMLDsaSecretKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1936public void ExportMLDsaSecretKey(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1938public byte[] ExportPkcs8PrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1939public string ExportPkcs8PrivateKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1940public byte[] ExportSubjectPublicKeyInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1941public string ExportSubjectPublicKeyInfoPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1942public static System.Security.Cryptography.MLDsa GenerateKey(System.Security.Cryptography.MLDsaAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1943public static System.Security.Cryptography.MLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1944public static System.Security.Cryptography.MLDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1945public static System.Security.Cryptography.MLDsa ImportEncryptedPkcs8PrivateKey(string password, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1946public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1947public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1948public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(string source, byte[] passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1949public static System.Security.Cryptography.MLDsa ImportFromEncryptedPem(string source, string password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1950public static System.Security.Cryptography.MLDsa ImportFromPem(System.ReadOnlySpan<char> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1951public static System.Security.Cryptography.MLDsa ImportFromPem(string source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1952public static System.Security.Cryptography.MLDsa ImportMLDsaPrivateSeed(System.Security.Cryptography.MLDsaAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1953public static System.Security.Cryptography.MLDsa ImportMLDsaPrivateSeed(System.Security.Cryptography.MLDsaAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1954public static System.Security.Cryptography.MLDsa ImportMLDsaPublicKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1955public static System.Security.Cryptography.MLDsa ImportMLDsaPublicKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1956public static System.Security.Cryptography.MLDsa ImportMLDsaSecretKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1957public static System.Security.Cryptography.MLDsa ImportMLDsaSecretKey(System.Security.Cryptography.MLDsaAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1958public static System.Security.Cryptography.MLDsa ImportPkcs8PrivateKey(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1959public static System.Security.Cryptography.MLDsa ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1960public static System.Security.Cryptography.MLDsa ImportSubjectPublicKeyInfo(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1961public static System.Security.Cryptography.MLDsa ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1962public byte[] SignData(byte[] data, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1963public void SignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1965public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1966public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1967public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1968public bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1970public bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1971public bool VerifyData(byte[] data, byte[] signature, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1972public bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1978internal MLDsaAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1979public static System.Security.Cryptography.MLDsaAlgorithm MLDsa44 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1980public static System.Security.Cryptography.MLDsaAlgorithm MLDsa65 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1981public static System.Security.Cryptography.MLDsaAlgorithm MLDsa87 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1982public string Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1983public int PrivateSeedSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1984public int PublicKeySizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1985public int SecretKeySizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1986public int SignatureSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 1987public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1988public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.MLDsaAlgorithm? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1989public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1990public static bool operator ==(System.Security.Cryptography.MLDsaAlgorithm? left, System.Security.Cryptography.MLDsaAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1991public static bool operator !=(System.Security.Cryptography.MLDsaAlgorithm? left, System.Security.Cryptography.MLDsaAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1992public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1998public MLDsaCng(System.Security.Cryptography.CngKey key) : base (default(System.Security.Cryptography.MLDsaAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 1999public System.Security.Cryptography.CngKey Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2001protected override void ExportMLDsaPrivateSeedCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2002protected override void ExportMLDsaPublicKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2003protected override void ExportMLDsaSecretKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2004protected override void SignDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> context, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2005protected override bool TryExportPkcs8PrivateKeyCore(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2006protected override bool VerifyDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> context, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2017public MLDsaOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) : base (default(System.Security.Cryptography.MLDsaAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2019public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2020protected override void ExportMLDsaPrivateSeedCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2021protected override void ExportMLDsaPublicKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2022protected override void ExportMLDsaSecretKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2023protected override void SignDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> context, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2024protected override bool TryExportPkcs8PrivateKeyCore(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2025protected override bool VerifyDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> context, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2030protected MLKem(System.Security.Cryptography.MLKemAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2031public System.Security.Cryptography.MLKemAlgorithm Algorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2032public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2033public byte[] Decapsulate(byte[] ciphertext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2034public void Decapsulate(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> sharedSecret) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2038public void Encapsulate(out byte[] ciphertext, out byte[] sharedSecret) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2039public void Encapsulate(System.Span<byte> ciphertext, System.Span<byte> sharedSecret) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2041public byte[] ExportDecapsulationKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2042public void ExportDecapsulationKey(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2044public byte[] ExportEncapsulationKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2045public void ExportEncapsulationKey(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2047public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2048public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2049public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2050public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2051public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2052public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2053public byte[] ExportPkcs8PrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2054public string ExportPkcs8PrivateKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2055public byte[] ExportPrivateSeed() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2056public void ExportPrivateSeed(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2058public byte[] ExportSubjectPublicKeyInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2059public string ExportSubjectPublicKeyInfoPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2060public static System.Security.Cryptography.MLKem GenerateKey(System.Security.Cryptography.MLKemAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2061public static System.Security.Cryptography.MLKem ImportDecapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2062public static System.Security.Cryptography.MLKem ImportDecapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2063public static System.Security.Cryptography.MLKem ImportEncapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2064public static System.Security.Cryptography.MLKem ImportEncapsulationKey(System.Security.Cryptography.MLKemAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2065public static System.Security.Cryptography.MLKem ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2066public static System.Security.Cryptography.MLKem ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2067public static System.Security.Cryptography.MLKem ImportEncryptedPkcs8PrivateKey(string password, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2068public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2069public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2070public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(string source, byte[] passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2071public static System.Security.Cryptography.MLKem ImportFromEncryptedPem(string source, string password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2072public static System.Security.Cryptography.MLKem ImportFromPem(System.ReadOnlySpan<char> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2073public static System.Security.Cryptography.MLKem ImportFromPem(string source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2074public static System.Security.Cryptography.MLKem ImportPkcs8PrivateKey(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2075public static System.Security.Cryptography.MLKem ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2076public static System.Security.Cryptography.MLKem ImportPrivateSeed(System.Security.Cryptography.MLKemAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2077public static System.Security.Cryptography.MLKem ImportPrivateSeed(System.Security.Cryptography.MLKemAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2078public static System.Security.Cryptography.MLKem ImportSubjectPublicKeyInfo(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2079public static System.Security.Cryptography.MLKem ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2080public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2081public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2082public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2083public bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2085public bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2090internal MLKemAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2091public int CiphertextSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2092public int DecapsulationKeySizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2093public int EncapsulationKeySizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2094public static System.Security.Cryptography.MLKemAlgorithm MLKem1024 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2095public static System.Security.Cryptography.MLKemAlgorithm MLKem512 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2096public static System.Security.Cryptography.MLKemAlgorithm MLKem768 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2097public string Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2098public int PrivateSeedSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2099public int SharedSecretSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2100public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2101public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.MLKemAlgorithm? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2102public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2103public static bool operator ==(System.Security.Cryptography.MLKemAlgorithm? left, System.Security.Cryptography.MLKemAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2104public static bool operator !=(System.Security.Cryptography.MLKemAlgorithm? left, System.Security.Cryptography.MLKemAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2105public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2111public MLKemCng(System.Security.Cryptography.CngKey key) : base (default(System.Security.Cryptography.MLKemAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2112protected override void DecapsulateCore(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> sharedSecret) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2114protected override void EncapsulateCore(System.Span<byte> ciphertext, System.Span<byte> sharedSecret) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2115protected override void ExportDecapsulationKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2116protected override void ExportEncapsulationKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2117protected override void ExportPrivateSeedCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2118public System.Security.Cryptography.CngKey GetKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2119protected override bool TryExportPkcs8PrivateKeyCore(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2130public MLKemOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) : base (default(System.Security.Cryptography.MLKemAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2131protected override void DecapsulateCore(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> sharedSecret) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2133public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2134protected override void EncapsulateCore(System.Span<byte> ciphertext, System.Span<byte> sharedSecret) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2135protected override void ExportDecapsulationKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2136protected override void ExportEncapsulationKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2137protected override void ExportPrivateSeedCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2138protected override bool TryExportPkcs8PrivateKeyCore(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2142public Oid() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2143public Oid(System.Security.Cryptography.Oid oid) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2144public Oid(string oid) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2145public Oid(string? value, string? friendlyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2146public string? FriendlyName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2147public string? Value { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2148public static System.Security.Cryptography.Oid FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2149public static System.Security.Cryptography.Oid FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2153public OidCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2154public int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2155public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2156public System.Security.Cryptography.Oid this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2157public System.Security.Cryptography.Oid? this[string oid] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2158public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2159public int Add(System.Security.Cryptography.Oid oid) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2160public void CopyTo(System.Security.Cryptography.Oid[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2161public System.Security.Cryptography.OidEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2162void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2163System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2167internal OidEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2168public System.Security.Cryptography.Oid Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2169object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2170public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2171public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2198public PasswordDeriveBytes(byte[] password, byte[]? salt) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2199public PasswordDeriveBytes(byte[] password, byte[]? salt, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2201public PasswordDeriveBytes(byte[] password, byte[]? salt, string hashName, int iterations) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2203public PasswordDeriveBytes(byte[] password, byte[]? salt, string hashName, int iterations, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2204public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2205public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2207public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt, string strHashName, int iterations) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2209public PasswordDeriveBytes(string strPassword, byte[]? rgbSalt, string strHashName, int iterations, System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2210public string HashName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute("The hash implementation might be removed. Ensure the referenced hash algorithm is not trimmed.")] set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2211public int IterationCount { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2212public byte[]? Salt { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2214public byte[] CryptDeriveKey(string? algname, string? alghashname, int keySize, byte[] rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2217public override byte[] GetBytes(int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2218public override void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2230public PbeParameters(System.Security.Cryptography.PbeEncryptionAlgorithm encryptionAlgorithm, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int iterationCount) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2231public System.Security.Cryptography.PbeEncryptionAlgorithm EncryptionAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2232public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2233public int IterationCount { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2237public static System.Security.Cryptography.PemFields Find(System.ReadOnlySpan<char> pemData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2238public static System.Security.Cryptography.PemFields FindUtf8(System.ReadOnlySpan<byte> pemData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2239public static int GetEncodedSize(int labelLength, int dataLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2240public static bool TryFind(System.ReadOnlySpan<char> pemData, out System.Security.Cryptography.PemFields fields) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2241public static bool TryFindUtf8(System.ReadOnlySpan<byte> pemData, out System.Security.Cryptography.PemFields fields) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2242public static bool TryWrite(System.ReadOnlySpan<char> label, System.ReadOnlySpan<byte> data, System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2243public static bool TryWriteUtf8(System.ReadOnlySpan<byte> utf8Label, System.ReadOnlySpan<byte> data, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2244public static char[] Write(System.ReadOnlySpan<char> label, System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2245public static string WriteString(System.ReadOnlySpan<char> label, System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2246public static byte[] WriteUtf8(System.ReadOnlySpan<byte> utf8Label, System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2251public System.Range Base64Data { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2252public int DecodedDataLength { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2253public System.Range Label { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2254public System.Range Location { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2259public PKCS1MaskGenerationMethod() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2260public string HashName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2261public override byte[] GenerateMask(byte[] rgbSeed, int cbReturn) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2265protected RandomNumberGenerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2266public static System.Security.Cryptography.RandomNumberGenerator Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2269public static System.Security.Cryptography.RandomNumberGenerator? Create(string rngName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2272public static void Fill(System.Span<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2274public virtual void GetBytes(byte[] data, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2275public static byte[] GetBytes(int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2276public virtual void GetBytes(System.Span<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2277public static string GetHexString(int stringLength, bool lowercase = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2278public static void GetHexString(System.Span<char> destination, bool lowercase = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2279public static int GetInt32(int toExclusive) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2280public static int GetInt32(int fromInclusive, int toExclusive) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2281public static T[] GetItems<T>(System.ReadOnlySpan<T> choices, int length) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2282public static void GetItems<T>(System.ReadOnlySpan<T> choices, System.Span<T> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2283public virtual void GetNonZeroBytes(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2284public virtual void GetNonZeroBytes(System.Span<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2285public static string GetString(System.ReadOnlySpan<char> choices, int length) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2286public static void Shuffle<T>(System.Span<T> values) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2292protected RC2() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2293public virtual int EffectiveKeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2294public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2297public static new System.Security.Cryptography.RC2 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2300public static new System.Security.Cryptography.RC2? Create(string AlgName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2308public RC2CryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2309public override int EffectiveKeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2310public bool UseSalt { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2311public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2312public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2313public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2314public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2319public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2321public Rfc2898DeriveBytes(byte[] password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2323public Rfc2898DeriveBytes(string password, byte[] salt) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2325public Rfc2898DeriveBytes(string password, byte[] salt, int iterations) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2327public Rfc2898DeriveBytes(string password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2329public Rfc2898DeriveBytes(string password, int saltSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2331public Rfc2898DeriveBytes(string password, int saltSize, int iterations) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2333public Rfc2898DeriveBytes(string password, int saltSize, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2334public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2335public int IterationCount { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2336public byte[] Salt { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2338public byte[] CryptDeriveKey(string algname, string alghashname, int keySize, byte[] rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2340public override byte[] GetBytes(int cb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2341public static byte[] Pbkdf2(byte[] password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2342public static byte[] Pbkdf2(System.ReadOnlySpan<byte> password, System.ReadOnlySpan<byte> salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2343public static void Pbkdf2(System.ReadOnlySpan<byte> password, System.ReadOnlySpan<byte> salt, System.Span<byte> destination, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2344public static byte[] Pbkdf2(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2345public static void Pbkdf2(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> salt, System.Span<byte> destination, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2346public static byte[] Pbkdf2(string password, byte[] salt, int iterations, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2347public override void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2353protected Rijndael() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2355public static new System.Security.Cryptography.Rijndael Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2358public static new System.Security.Cryptography.Rijndael? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2365public RijndaelManaged() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2366public override int BlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2367public override int FeedbackSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2368public override byte[] IV { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2369public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2370public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2371public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2372public override System.Security.Cryptography.CipherMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2373public override System.Security.Cryptography.PaddingMode Padding { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2374public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2375public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2376public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2377public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2379public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2380public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2386public RNGCryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2387public RNGCryptoServiceProvider(byte[] rgb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2388public RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters? cspParams) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2389public RNGCryptoServiceProvider(string str) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2391public override void GetBytes(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2392public override void GetBytes(byte[] data, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2393public override void GetBytes(System.Span<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2394public override void GetNonZeroBytes(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2395public override void GetNonZeroBytes(System.Span<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2399protected RSA() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2400public override string? KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2401public override string SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2403public static new System.Security.Cryptography.RSA Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2405public static System.Security.Cryptography.RSA Create(int keySizeInBits) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2407public static System.Security.Cryptography.RSA Create(System.Security.Cryptography.RSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2410public static new System.Security.Cryptography.RSA? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2411public virtual byte[] Decrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2412public byte[] Decrypt(System.ReadOnlySpan<byte> data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2413public int Decrypt(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2416public virtual byte[] DecryptValue(byte[] rgb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2417public virtual byte[] Encrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2418public byte[] Encrypt(System.ReadOnlySpan<byte> data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2419public int Encrypt(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2422public virtual byte[] EncryptValue(byte[] rgb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2424public virtual byte[] ExportRSAPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2425public string ExportRSAPrivateKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2426public virtual byte[] ExportRSAPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2427public string ExportRSAPublicKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2428public override void FromXmlString(string xmlString) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2429public int GetMaxOutputSize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2430protected virtual byte[] HashData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2431protected virtual byte[] HashData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2432public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2433public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2434public override void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2435public override void ImportFromEncryptedPem(System.ReadOnlySpan<char> input, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2436public override void ImportFromPem(System.ReadOnlySpan<char> input) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2438public override void ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2439public virtual void ImportRSAPrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2440public virtual void ImportRSAPublicKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2441public override void ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2442public virtual byte[] SignData(byte[] data, int offset, int count, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2443public byte[] SignData(byte[] data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2444public virtual byte[] SignData(System.IO.Stream data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2445public byte[] SignData(System.ReadOnlySpan<byte> data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2446public int SignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2447public virtual byte[] SignHash(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2448public byte[] SignHash(System.ReadOnlySpan<byte> hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2449public int SignHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2450public override string ToXmlString(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2451public virtual bool TryDecrypt(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2452public virtual bool TryEncrypt(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2453public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2454public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2455public override bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2456public virtual bool TryExportRSAPrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2457public bool TryExportRSAPrivateKeyPem(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2458public virtual bool TryExportRSAPublicKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2459public bool TryExportRSAPublicKeyPem(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2460public override bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2461protected virtual bool TryHashData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2462public virtual bool TrySignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2463public virtual bool TrySignHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2464public bool VerifyData(byte[] data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2465public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2466public bool VerifyData(System.IO.Stream data, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2467public virtual bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2468public virtual bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2469public virtual bool VerifyHash(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2474public RSACng() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2476public RSACng(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2478public RSACng(System.Security.Cryptography.CngKey key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2479public System.Security.Cryptography.CngKey Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2480public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2481public override byte[] Decrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2483public override byte[] Encrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2484public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2485public override byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2486public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2487public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2488public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2489public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2490public override void ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2491public override byte[] SignHash(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2492public override bool TryDecrypt(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2493public override bool TryEncrypt(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.Security.Cryptography.RSAEncryptionPadding padding, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2494public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2495public override bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2496public override bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2497public override bool TrySignHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2498public override bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2499public override bool VerifyHash(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2504public RSACryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2506public RSACryptoServiceProvider(int dwKeySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2508public RSACryptoServiceProvider(int dwKeySize, System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2510public RSACryptoServiceProvider(System.Security.Cryptography.CspParameters? parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2512public System.Security.Cryptography.CspKeyContainerInfo CspKeyContainerInfo { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2513public override string? KeyExchangeAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2514public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2515public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2516public bool PersistKeyInCsp { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2517public bool PublicOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2518public override string SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2519public static bool UseMachineKeyStore { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2520public byte[] Decrypt(byte[] rgb, bool fOAEP) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2521public override byte[] Decrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2524public override byte[] DecryptValue(byte[] rgb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2526public byte[] Encrypt(byte[] rgb, bool fOAEP) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2527public override byte[] Encrypt(byte[] data, System.Security.Cryptography.RSAEncryptionPadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2530public override byte[] EncryptValue(byte[] rgb) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2531public byte[] ExportCspBlob(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2532public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2533public void ImportCspBlob(byte[] keyBlob) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2534public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2535public override void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2536public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2537public byte[] SignData(byte[] buffer, int offset, int count, object halg) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2538public byte[] SignData(byte[] buffer, object halg) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2539public byte[] SignData(System.IO.Stream inputStream, object halg) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2540public override byte[] SignHash(byte[] hash, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2541public byte[] SignHash(byte[] rgbHash, string? str) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2542public bool VerifyData(byte[] buffer, object halg, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2543public override bool VerifyHash(byte[] hash, byte[] signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2544public bool VerifyHash(byte[] rgbHash, string str, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2548internal RSAEncryptionPadding() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2549public System.Security.Cryptography.RSAEncryptionPaddingMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2550public System.Security.Cryptography.HashAlgorithmName OaepHashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2551public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2552public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2553public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2554public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA3_256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2555public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA3_384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2556public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA3_512 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2557public static System.Security.Cryptography.RSAEncryptionPadding OaepSHA512 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2558public static System.Security.Cryptography.RSAEncryptionPadding Pkcs1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2559public static System.Security.Cryptography.RSAEncryptionPadding CreateOaep(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2560public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2561public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.RSAEncryptionPadding? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2562public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2563public static bool operator ==(System.Security.Cryptography.RSAEncryptionPadding? left, System.Security.Cryptography.RSAEncryptionPadding? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2564public static bool operator !=(System.Security.Cryptography.RSAEncryptionPadding? left, System.Security.Cryptography.RSAEncryptionPadding? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2565public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2574public RSAOAEPKeyExchangeDeformatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2575public RSAOAEPKeyExchangeDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2576public override string? Parameters { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2577public override byte[] DecryptKeyExchange(byte[] rgbData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2578public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2582public RSAOAEPKeyExchangeFormatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2583public RSAOAEPKeyExchangeFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2584public byte[]? Parameter { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2585public override string? Parameters { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2586public System.Security.Cryptography.RandomNumberGenerator? Rng { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2587public override byte[] CreateKeyExchange(byte[] rgbData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2588public override byte[] CreateKeyExchange(byte[] rgbData, System.Type? symAlgType) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2589public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2598public RSAOpenSsl() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2604public RSAOpenSsl(int keySize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2610public RSAOpenSsl(System.IntPtr handle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2616public RSAOpenSsl(System.Security.Cryptography.RSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2622public RSAOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2623public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2624public override System.Security.Cryptography.RSAParameters ExportParameters(bool includePrivateParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2625public override void ImportParameters(System.Security.Cryptography.RSAParameters parameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2640public RSAPKCS1KeyExchangeDeformatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2641public RSAPKCS1KeyExchangeDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2642public override string? Parameters { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2643public System.Security.Cryptography.RandomNumberGenerator? RNG { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2644public override byte[] DecryptKeyExchange(byte[] rgbIn) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2645public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2649public RSAPKCS1KeyExchangeFormatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2650public RSAPKCS1KeyExchangeFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2651public override string Parameters { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2652public System.Security.Cryptography.RandomNumberGenerator? Rng { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2653public override byte[] CreateKeyExchange(byte[] rgbData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2654public override byte[] CreateKeyExchange(byte[] rgbData, System.Type? symAlgType) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2655public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2660public RSAPKCS1SignatureDeformatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2661public RSAPKCS1SignatureDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2662public override void SetHashAlgorithm(string strName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2663public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2664public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2669public RSAPKCS1SignatureFormatter() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2670public RSAPKCS1SignatureFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2671public override byte[] CreateSignature(byte[] rgbHash) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2672public override void SetHashAlgorithm(string strName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2673public override void SetKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2677internal RSASignaturePadding() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2678public System.Security.Cryptography.RSASignaturePaddingMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2679public static System.Security.Cryptography.RSASignaturePadding Pkcs1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2680public static System.Security.Cryptography.RSASignaturePadding Pss { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2681public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2682public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.RSASignaturePadding? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2683public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2684public static bool operator ==(System.Security.Cryptography.RSASignaturePadding? left, System.Security.Cryptography.RSASignaturePadding? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2685public static bool operator !=(System.Security.Cryptography.RSASignaturePadding? left, System.Security.Cryptography.RSASignaturePadding? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2686public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2700public SafeEvpPKeyHandle() : base (default(System.IntPtr), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2706public SafeEvpPKeyHandle(System.IntPtr handle, bool ownsHandle) : base (default(System.IntPtr), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2707public override bool IsInvalid { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2713public static long OpenSslVersion { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2714public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2720public static System.Security.Cryptography.SafeEvpPKeyHandle OpenKeyFromProvider(string providerName, string keyUri) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2726public static System.Security.Cryptography.SafeEvpPKeyHandle OpenPrivateKeyFromEngine(string engineName, string keyId) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2732public static System.Security.Cryptography.SafeEvpPKeyHandle OpenPublicKeyFromEngine(string engineName, string keyId) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2733protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2739protected SHA1() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2740public static new System.Security.Cryptography.SHA1 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2743public static new System.Security.Cryptography.SHA1? Create(string hashName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2744public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2745public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2746public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2747public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2748public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2749public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2750public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2751public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2757public SHA1CryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2759protected override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2760protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2761protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2762public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2763protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2769public SHA1Managed() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2771protected sealed override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2772protected sealed override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2773protected sealed override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2774public sealed override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2775protected sealed override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2781protected SHA256() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2782public static new System.Security.Cryptography.SHA256 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2785public static new System.Security.Cryptography.SHA256? Create(string hashName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2786public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2787public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2788public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2789public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2790public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2791public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2792public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2793public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2799public SHA256CryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2801protected override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2802protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2803protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2804public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2805protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2811public SHA256Managed() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2813protected sealed override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2814protected sealed override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2815protected sealed override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2816public sealed override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2817protected sealed override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2823protected SHA384() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2824public static new System.Security.Cryptography.SHA384 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2827public static new System.Security.Cryptography.SHA384? Create(string hashName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2828public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2829public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2830public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2831public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2832public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2833public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2834public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2835public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2841public SHA384CryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2843protected override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2844protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2845protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2846public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2847protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2853public SHA384Managed() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2855protected sealed override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2856protected sealed override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2857protected sealed override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2858public sealed override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2859protected sealed override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2865protected SHA3_256() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2866public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2867public static new System.Security.Cryptography.SHA3_256 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2868public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2869public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2870public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2871public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2872public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2873public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2874public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2875public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2881protected SHA3_384() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2882public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2883public static new System.Security.Cryptography.SHA3_384 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2884public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2885public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2886public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2887public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2888public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2889public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2890public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2891public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2897protected SHA3_512() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2898public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2899public static new System.Security.Cryptography.SHA3_512 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2900public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2901public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2902public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2903public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2904public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2905public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2906public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2907public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2913protected SHA512() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2914public static new System.Security.Cryptography.SHA512 Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2917public static new System.Security.Cryptography.SHA512? Create(string hashName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2918public static byte[] HashData(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2919public static byte[] HashData(System.IO.Stream source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2920public static int HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2921public static byte[] HashData(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2922public static int HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2923public static System.Threading.Tasks.ValueTask<int> HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2924public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2925public static bool TryHashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2931public SHA512CryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2933protected override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2934protected override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2935protected override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2936public override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2937protected override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2943public SHA512Managed() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2945protected sealed override void HashCore(byte[] array, int ibStart, int cbSize) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2946protected sealed override void HashCore(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2947protected sealed override byte[] HashFinal() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2948public sealed override void Initialize() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2949protected sealed override bool TryHashFinal(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2953public Shake128() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2954public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2955public void AppendData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2956public void AppendData(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2957public System.Security.Cryptography.Shake128 Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2959public byte[] GetCurrentHash(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2960public void GetCurrentHash(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2961public byte[] GetHashAndReset(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2962public void GetHashAndReset(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2963public static byte[] HashData(byte[] source, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2964public static byte[] HashData(System.IO.Stream source, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2965public static void HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2966public static byte[] HashData(System.ReadOnlySpan<byte> source, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2967public static void HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2968public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, int outputLength, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2969public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2970public byte[] Read(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2971public void Read(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2972public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2976public Shake256() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2977public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2978public void AppendData(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2979public void AppendData(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2980public System.Security.Cryptography.Shake256 Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2982public byte[] GetCurrentHash(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2983public void GetCurrentHash(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2984public byte[] GetHashAndReset(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2985public void GetHashAndReset(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2986public static byte[] HashData(byte[] source, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2987public static byte[] HashData(System.IO.Stream source, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2988public static void HashData(System.IO.Stream source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2989public static byte[] HashData(System.ReadOnlySpan<byte> source, int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2990public static void HashData(System.ReadOnlySpan<byte> source, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2991public static System.Threading.Tasks.ValueTask<byte[]> HashDataAsync(System.IO.Stream source, int outputLength, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2992public static System.Threading.Tasks.ValueTask HashDataAsync(System.IO.Stream source, System.Memory<byte> destination, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2993public byte[] Read(int outputLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2994public void Read(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2995public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 2999public SignatureDescription() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3000public SignatureDescription(System.Security.SecurityElement el) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3001public string? DeformatterAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3002public string? DigestAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3003public string? FormatterAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3004public string? KeyAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3006public virtual System.Security.Cryptography.AsymmetricSignatureDeformatter CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3008public virtual System.Security.Cryptography.HashAlgorithm? CreateDigest() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3010public virtual System.Security.Cryptography.AsymmetricSignatureFormatter CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3015protected SlhDsa(System.Security.Cryptography.SlhDsaAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3016public System.Security.Cryptography.SlhDsaAlgorithm Algorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3017public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3020public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3021public byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3022public byte[] ExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3023public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3024public string ExportEncryptedPkcs8PrivateKeyPem(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3025public string ExportEncryptedPkcs8PrivateKeyPem(string password, System.Security.Cryptography.PbeParameters pbeParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3026public byte[] ExportPkcs8PrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3027public string ExportPkcs8PrivateKeyPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3028public byte[] ExportSlhDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3029public void ExportSlhDsaPublicKey(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3031public byte[] ExportSlhDsaSecretKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3032public void ExportSlhDsaSecretKey(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3034public byte[] ExportSubjectPublicKeyInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3035public string ExportSubjectPublicKeyInfoPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3036public static System.Security.Cryptography.SlhDsa GenerateKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3037public static System.Security.Cryptography.SlhDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3038public static System.Security.Cryptography.SlhDsa ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3039public static System.Security.Cryptography.SlhDsa ImportEncryptedPkcs8PrivateKey(string password, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3040public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<byte> passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3041public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(System.ReadOnlySpan<char> source, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3042public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(string source, byte[] passwordBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3043public static System.Security.Cryptography.SlhDsa ImportFromEncryptedPem(string source, string password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3044public static System.Security.Cryptography.SlhDsa ImportFromPem(System.ReadOnlySpan<char> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3045public static System.Security.Cryptography.SlhDsa ImportFromPem(string source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3046public static System.Security.Cryptography.SlhDsa ImportPkcs8PrivateKey(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3047public static System.Security.Cryptography.SlhDsa ImportPkcs8PrivateKey(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3048public static System.Security.Cryptography.SlhDsa ImportSlhDsaPublicKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3049public static System.Security.Cryptography.SlhDsa ImportSlhDsaPublicKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3050public static System.Security.Cryptography.SlhDsa ImportSlhDsaSecretKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3051public static System.Security.Cryptography.SlhDsa ImportSlhDsaSecretKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm, System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3052public static System.Security.Cryptography.SlhDsa ImportSubjectPublicKeyInfo(byte[] source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3053public static System.Security.Cryptography.SlhDsa ImportSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3054public byte[] SignData(byte[] data, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3055public void SignData(System.ReadOnlySpan<byte> data, System.Span<byte> destination, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3057public byte[] SignPreHash(byte[] hash, string hashAlgorithmOid, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3058public void SignPreHash(System.ReadOnlySpan<byte> hash, System.Span<byte> destination, string hashAlgorithmOid, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3060public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<byte> passwordBytes, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3061public bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan<char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3062public bool TryExportEncryptedPkcs8PrivateKey(string password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3063public bool TryExportPkcs8PrivateKey(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3064protected virtual bool TryExportPkcs8PrivateKeyCore(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3065public bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3066public bool VerifyData(byte[] data, byte[] signature, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3067public bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3069public bool VerifyPreHash(byte[] hash, byte[] signature, string hashAlgorithmOid, byte[]? context = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3070public bool VerifyPreHash(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature, string hashAlgorithmOid, System.ReadOnlySpan<byte> context = default(System.ReadOnlySpan<byte>)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3076internal SlhDsaAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3077public string Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3078public int PublicKeySizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3079public int SecretKeySizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3080public int SignatureSizeInBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3081public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_128f { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3082public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_128s { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3083public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_192f { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3084public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_192s { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3085public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_256f { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3086public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaSha2_256s { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3087public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake128f { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3088public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake128s { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3089public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake192f { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3090public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake192s { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3091public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake256f { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3092public static System.Security.Cryptography.SlhDsaAlgorithm SlhDsaShake256s { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3093public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3094public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.SlhDsaAlgorithm? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3095public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3096public static bool operator ==(System.Security.Cryptography.SlhDsaAlgorithm? left, System.Security.Cryptography.SlhDsaAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3097public static bool operator !=(System.Security.Cryptography.SlhDsaAlgorithm? left, System.Security.Cryptography.SlhDsaAlgorithm? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3098public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3109public SlhDsaOpenSsl(System.Security.Cryptography.SafeEvpPKeyHandle pkeyHandle) : base (default(System.Security.Cryptography.SlhDsaAlgorithm)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3111public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3112protected override void ExportSlhDsaPublicKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3113protected override void ExportSlhDsaSecretKeyCore(System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3114protected override void SignDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> context, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3115protected override void SignPreHashCore(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> context, string hashAlgorithmOid, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3116protected override bool VerifyDataCore(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> context, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3117protected override bool VerifyPreHashCore(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> context, string hashAlgorithmOid, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3121public SP800108HmacCounterKdf(byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3122public SP800108HmacCounterKdf(System.ReadOnlySpan<byte> key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3123public static byte[] DeriveBytes(byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] label, byte[] context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3124public static byte[] DeriveBytes(byte[] key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, string label, string context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3125public static byte[] DeriveBytes(System.ReadOnlySpan<byte> key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> label, System.ReadOnlySpan<byte> context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3126public static void DeriveBytes(System.ReadOnlySpan<byte> key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> label, System.ReadOnlySpan<byte> context, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3127public static byte[] DeriveBytes(System.ReadOnlySpan<byte> key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<char> label, System.ReadOnlySpan<char> context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3128public static void DeriveBytes(System.ReadOnlySpan<byte> key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<char> label, System.ReadOnlySpan<char> context, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3129public byte[] DeriveKey(byte[] label, byte[] context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3130public byte[] DeriveKey(System.ReadOnlySpan<byte> label, System.ReadOnlySpan<byte> context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3131public void DeriveKey(System.ReadOnlySpan<byte> label, System.ReadOnlySpan<byte> context, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3132public byte[] DeriveKey(System.ReadOnlySpan<char> label, System.ReadOnlySpan<char> context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3133public void DeriveKey(System.ReadOnlySpan<char> label, System.ReadOnlySpan<char> context, System.Span<byte> destination) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3134public byte[] DeriveKey(string label, string context, int derivedKeyLengthInBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3150protected SymmetricAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3151public virtual int BlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3152public virtual int FeedbackSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3153public virtual byte[] IV { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3154public virtual byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3155public virtual int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3156public virtual System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3157public virtual System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3158public virtual System.Security.Cryptography.CipherMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3159public virtual System.Security.Cryptography.PaddingMode Padding { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3160public void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3162public static System.Security.Cryptography.SymmetricAlgorithm Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3165public static System.Security.Cryptography.SymmetricAlgorithm? Create(string algName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3166public virtual System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3168public virtual System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3170public byte[] DecryptCbc(byte[] ciphertext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3171public byte[] DecryptCbc(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3172public int DecryptCbc(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3173public byte[] DecryptCfb(byte[] ciphertext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3174public byte[] DecryptCfb(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3175public int DecryptCfb(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3176public byte[] DecryptEcb(byte[] ciphertext, System.Security.Cryptography.PaddingMode paddingMode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3177public byte[] DecryptEcb(System.ReadOnlySpan<byte> ciphertext, System.Security.Cryptography.PaddingMode paddingMode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3178public int DecryptEcb(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3181public byte[] EncryptCbc(byte[] plaintext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3182public byte[] EncryptCbc(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3183public int EncryptCbc(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3184public byte[] EncryptCfb(byte[] plaintext, byte[] iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3185public byte[] EncryptCfb(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3186public int EncryptCfb(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3187public byte[] EncryptEcb(byte[] plaintext, System.Security.Cryptography.PaddingMode paddingMode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3188public byte[] EncryptEcb(System.ReadOnlySpan<byte> plaintext, System.Security.Cryptography.PaddingMode paddingMode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3189public int EncryptEcb(System.ReadOnlySpan<byte> plaintext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3192public int GetCiphertextLengthCbc(int plaintextLength, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3193public int GetCiphertextLengthCfb(int plaintextLength, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3194public int GetCiphertextLengthEcb(int plaintextLength, System.Security.Cryptography.PaddingMode paddingMode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3195public void SetKey(System.ReadOnlySpan<byte> key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3196protected virtual void SetKeyCore(System.ReadOnlySpan<byte> key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3197public bool TryDecryptCbc(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3198protected virtual bool TryDecryptCbcCore(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3199public bool TryDecryptCfb(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3200protected virtual bool TryDecryptCfbCore(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3201public bool TryDecryptEcb(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3202protected virtual bool TryDecryptEcbCore(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3203public bool TryEncryptCbc(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.PKCS7) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3204protected virtual bool TryEncryptCbcCore(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3205public bool TryEncryptCfb(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, out int bytesWritten, System.Security.Cryptography.PaddingMode paddingMode = System.Security.Cryptography.PaddingMode.None, int feedbackSizeInBits = 8) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3206protected virtual bool TryEncryptCfbCore(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3207public bool TryEncryptEcb(System.ReadOnlySpan<byte> plaintext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3208protected virtual bool TryEncryptEcbCore(System.ReadOnlySpan<byte> plaintext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3209public bool ValidKeySize(int bitLength) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3213public ToBase64Transform() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3214public virtual bool CanReuseTransform { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3215public bool CanTransformMultipleBlocks { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3216public int InputBlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3217public int OutputBlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3218public void Clear() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3222public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3223public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3227protected TripleDES() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3228public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3230public static new System.Security.Cryptography.TripleDES Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3233public static new System.Security.Cryptography.TripleDES? Create(string str) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3234public static bool IsWeakKey(byte[] rgbKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3239public TripleDESCng() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3241public TripleDESCng(string keyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3243public TripleDESCng(string keyName, System.Security.Cryptography.CngProvider provider) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3245public TripleDESCng(string keyName, System.Security.Cryptography.CngProvider provider, System.Security.Cryptography.CngKeyOpenOptions openOptions) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3246public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3247public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3248public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3249public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3250public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3251public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3253public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3254public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3255protected override bool TryDecryptCbcCore(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3256protected override bool TryDecryptCfbCore(System.ReadOnlySpan<byte> ciphertext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3257protected override bool TryDecryptEcbCore(System.ReadOnlySpan<byte> ciphertext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3258protected override bool TryEncryptCbcCore(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3259protected override bool TryEncryptCfbCore(System.ReadOnlySpan<byte> plaintext, System.ReadOnlySpan<byte> iv, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, int feedbackSizeInBits, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3260protected override bool TryEncryptEcbCore(System.ReadOnlySpan<byte> plaintext, System.Span<byte> destination, System.Security.Cryptography.PaddingMode paddingMode, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3266public TripleDESCryptoServiceProvider() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3267public override int BlockSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3268public override int FeedbackSize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3269public override byte[] IV { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3270public override byte[] Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3271public override int KeySize { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3272public override System.Security.Cryptography.KeySizes[] LegalBlockSizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3273public override System.Security.Cryptography.KeySizes[] LegalKeySizes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3274public override System.Security.Cryptography.CipherMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3275public override System.Security.Cryptography.PaddingMode Padding { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3276public override System.Security.Cryptography.ICryptoTransform CreateDecryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3277public override System.Security.Cryptography.ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3278public override System.Security.Cryptography.ICryptoTransform CreateEncryptor() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3279public override System.Security.Cryptography.ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[]? rgbIV) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3281public override void GenerateIV() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3282public override void GenerateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3290public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.ECDsa key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3292public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.MLDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3293public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.RSA key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3295public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.SlhDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3296public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.X509Certificates.PublicKey publicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3297public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.X509Certificates.PublicKey publicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding? rsaSignaturePadding = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3298public CertificateRequest(string subjectName, System.Security.Cryptography.ECDsa key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3300public CertificateRequest(string subjectName, System.Security.Cryptography.MLDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3301public CertificateRequest(string subjectName, System.Security.Cryptography.RSA key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3303public CertificateRequest(string subjectName, System.Security.Cryptography.SlhDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3304public System.Collections.ObjectModel.Collection<System.Security.Cryptography.X509Certificates.X509Extension> CertificateExtensions { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3305public System.Security.Cryptography.HashAlgorithmName HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3306public System.Collections.ObjectModel.Collection<System.Security.Cryptography.AsnEncodedData> OtherRequestAttributes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3307public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3308public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3309public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.Security.Cryptography.X509Certificates.X509SignatureGenerator generator, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, byte[] serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3310public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.Security.Cryptography.X509Certificates.X509SignatureGenerator generator, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, System.ReadOnlySpan<byte> serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3311public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 issuerCertificate, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, byte[] serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3312public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X509Certificate2 issuerCertificate, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, System.ReadOnlySpan<byte> serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3313public System.Security.Cryptography.X509Certificates.X509Certificate2 CreateSelfSigned(System.DateTimeOffset notBefore, System.DateTimeOffset notAfter) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3314public byte[] CreateSigningRequest() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3315public byte[] CreateSigningRequest(System.Security.Cryptography.X509Certificates.X509SignatureGenerator signatureGenerator) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3316public string CreateSigningRequestPem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3317public string CreateSigningRequestPem(System.Security.Cryptography.X509Certificates.X509SignatureGenerator signatureGenerator) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3318public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequest(byte[] pkcs10, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions.Default, System.Security.Cryptography.RSASignaturePadding? signerSignaturePadding = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3319public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequest(System.ReadOnlySpan<byte> pkcs10, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, out int bytesConsumed, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions.Default, System.Security.Cryptography.RSASignaturePadding? signerSignaturePadding = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3320public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequestPem(System.ReadOnlySpan<char> pkcs10Pem, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions.Default, System.Security.Cryptography.RSASignaturePadding? signerSignaturePadding = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3321public static System.Security.Cryptography.X509Certificates.CertificateRequest LoadSigningRequestPem(string pkcs10Pem, System.Security.Cryptography.HashAlgorithmName signerHashAlgorithm, System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions options = System.Security.Cryptography.X509Certificates.CertificateRequestLoadOptions.Default, System.Security.Cryptography.RSASignaturePadding? signerSignaturePadding = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3332public CertificateRevocationListBuilder() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3333public void AddEntry(byte[] serialNumber, System.DateTimeOffset? revocationTime = default(System.DateTimeOffset?), System.Security.Cryptography.X509Certificates.X509RevocationReason? reason = default(System.Security.Cryptography.X509Certificates.X509RevocationReason?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3334public void AddEntry(System.ReadOnlySpan<byte> serialNumber, System.DateTimeOffset? revocationTime = default(System.DateTimeOffset?), System.Security.Cryptography.X509Certificates.X509RevocationReason? reason = default(System.Security.Cryptography.X509Certificates.X509RevocationReason?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3335public void AddEntry(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.DateTimeOffset? revocationTime = default(System.DateTimeOffset?), System.Security.Cryptography.X509Certificates.X509RevocationReason? reason = default(System.Security.Cryptography.X509Certificates.X509RevocationReason?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3336public byte[] Build(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.Security.Cryptography.X509Certificates.X509SignatureGenerator generator, System.Numerics.BigInteger crlNumber, System.DateTimeOffset nextUpdate, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension authorityKeyIdentifier, System.DateTimeOffset? thisUpdate = default(System.DateTimeOffset?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3337public byte[] Build(System.Security.Cryptography.X509Certificates.X509Certificate2 issuerCertificate, System.Numerics.BigInteger crlNumber, System.DateTimeOffset nextUpdate, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding? rsaSignaturePadding = null, System.DateTimeOffset? thisUpdate = default(System.DateTimeOffset?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3338public static System.Security.Cryptography.X509Certificates.X509Extension BuildCrlDistributionPointExtension(System.Collections.Generic.IEnumerable<string> uris, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3339public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder Load(byte[] currentCrl, out System.Numerics.BigInteger currentCrlNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3340public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder Load(System.ReadOnlySpan<byte> currentCrl, out System.Numerics.BigInteger currentCrlNumber, out int bytesConsumed) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3341public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder LoadPem(System.ReadOnlySpan<char> currentCrl, out System.Numerics.BigInteger currentCrlNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3342public static System.Security.Cryptography.X509Certificates.CertificateRevocationListBuilder LoadPem(string currentCrl, out System.Numerics.BigInteger currentCrlNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3343public bool RemoveEntry(byte[] serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3344public bool RemoveEntry(System.ReadOnlySpan<byte> serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3350public static System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.DSA privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3351public static System.Security.Cryptography.DSA? GetDSAPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3352public static System.Security.Cryptography.DSA? GetDSAPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3356public static System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.ECDsa privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3357public static System.Security.Cryptography.ECDsa? GetECDsaPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3358public static System.Security.Cryptography.ECDsa? GetECDsaPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3377public Pkcs12LoaderLimits() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3378public Pkcs12LoaderLimits(System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits copyFrom) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3379public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits DangerousNoLimits { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3380public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits Defaults { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3381public bool IgnoreEncryptedAuthSafes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3382public bool IgnorePrivateKeys { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3383public int? IndividualKdfIterationLimit { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3384public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3385public int? MacIterationLimit { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3386public int? MaxCertificates { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3387public int? MaxKeys { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3388public bool PreserveCertificateAlias { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3389public bool PreserveKeyName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3390public bool PreserveStorageProvider { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3391public bool PreserveUnknownAttributes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3392public int? TotalKdfIterationLimit { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3393public void MakeReadOnly() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3397public Pkcs12LoadLimitExceededException(string propertyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3401public PublicKey(System.Security.Cryptography.AsymmetricAlgorithm key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3403public PublicKey(System.Security.Cryptography.MLDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3405public PublicKey(System.Security.Cryptography.MLKem key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3406public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData? parameters, System.Security.Cryptography.AsnEncodedData keyValue) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3408public PublicKey(System.Security.Cryptography.SlhDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3409public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3410public System.Security.Cryptography.AsnEncodedData? EncodedParameters { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3412public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3413public System.Security.Cryptography.Oid Oid { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3414public static System.Security.Cryptography.X509Certificates.PublicKey CreateFromSubjectPublicKeyInfo(System.ReadOnlySpan<byte> source, out int bytesRead) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3415public byte[] ExportSubjectPublicKeyInfo() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3419public System.Security.Cryptography.DSA? GetDSAPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3421public System.Security.Cryptography.ECDiffieHellman? GetECDiffieHellmanPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3423public System.Security.Cryptography.ECDsa? GetECDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3426public System.Security.Cryptography.MLDsa? GetMLDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3429public System.Security.Cryptography.MLKem? GetMLKemPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3431public System.Security.Cryptography.RSA? GetRSAPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3434public System.Security.Cryptography.SlhDsa? GetSlhDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3435public bool TryExportSubjectPublicKeyInfo(System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3439public static System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Cryptography.RSA privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3440public static System.Security.Cryptography.RSA? GetRSAPrivateKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3441public static System.Security.Cryptography.RSA? GetRSAPublicKey(this System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3461public SubjectAlternativeNameBuilder() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3462public void AddDnsName(string dnsName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3463public void AddEmailAddress(string emailAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3464public void AddIpAddress(System.Net.IPAddress ipAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3465public void AddUri(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3466public void AddUserPrincipalName(string upn) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3467public System.Security.Cryptography.X509Certificates.X509Extension Build(bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3471public X500DistinguishedName(byte[] encodedDistinguishedName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3472public X500DistinguishedName(System.ReadOnlySpan<byte> encodedDistinguishedName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3473public X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3474public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3475public X500DistinguishedName(string distinguishedName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3476public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3477public string Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3478public string Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3479public System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X500RelativeDistinguishedName> EnumerateRelativeDistinguishedNames(bool reversed = true) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3480public override string Format(bool multiLine) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3484public X500DistinguishedNameBuilder() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3485public void Add(System.Security.Cryptography.Oid oid, string value, System.Formats.Asn1.UniversalTagNumber? stringEncodingType = default(System.Formats.Asn1.UniversalTagNumber?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3486public void Add(string oidValue, string value, System.Formats.Asn1.UniversalTagNumber? stringEncodingType = default(System.Formats.Asn1.UniversalTagNumber?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3487public void AddCommonName(string commonName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3488public void AddCountryOrRegion(string twoLetterCode) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3489public void AddDomainComponent(string domainComponent) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3490public void AddEmailAddress(string emailAddress) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3491public void AddLocalityName(string localityName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3492public void AddOrganizationalUnitName(string organizationalUnitName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3493public void AddOrganizationName(string organizationName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3494public void AddStateOrProvinceName(string stateOrProvinceName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3495public System.Security.Cryptography.X509Certificates.X500DistinguishedName Build() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3513internal X500RelativeDistinguishedName() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3514public bool HasMultipleElements { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3515public System.ReadOnlyMemory<byte> RawData { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3516public System.Security.Cryptography.Oid GetSingleElementType() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3517public string? GetSingleElementValue() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3521public X509AuthorityInformationAccessExtension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3522public X509AuthorityInformationAccessExtension(byte[] rawData, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3523public X509AuthorityInformationAccessExtension(System.Collections.Generic.IEnumerable<string>? ocspUris, System.Collections.Generic.IEnumerable<string>? caIssuersUris, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3524public X509AuthorityInformationAccessExtension(System.ReadOnlySpan<byte> rawData, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3525public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3526public System.Collections.Generic.IEnumerable<string> EnumerateCAIssuersUris() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3527public System.Collections.Generic.IEnumerable<string> EnumerateOcspUris() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3528public System.Collections.Generic.IEnumerable<string> EnumerateUris(System.Security.Cryptography.Oid accessMethodOid) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3529public System.Collections.Generic.IEnumerable<string> EnumerateUris(string accessMethodOid) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3533public X509AuthorityKeyIdentifierExtension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3534public X509AuthorityKeyIdentifierExtension(byte[] rawData, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3535public X509AuthorityKeyIdentifierExtension(System.ReadOnlySpan<byte> rawData, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3536public System.ReadOnlyMemory<byte>? KeyIdentifier { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3537public System.Security.Cryptography.X509Certificates.X500DistinguishedName? NamedIssuer { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3538public System.ReadOnlyMemory<byte>? RawIssuer { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3539public System.ReadOnlyMemory<byte>? SerialNumber { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3540public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3541public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension Create(byte[] keyIdentifier, System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, byte[] serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3542public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension Create(System.ReadOnlySpan<byte> keyIdentifier, System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.ReadOnlySpan<byte> serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3543public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, bool includeKeyIdentifier, bool includeIssuerAndSerial) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3544public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromIssuerNameAndSerialNumber(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, byte[] serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3545public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromIssuerNameAndSerialNumber(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.ReadOnlySpan<byte> serialNumber) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3546public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromSubjectKeyIdentifier(byte[] subjectKeyIdentifier) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3547public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromSubjectKeyIdentifier(System.ReadOnlySpan<byte> subjectKeyIdentifier) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3548public static System.Security.Cryptography.X509Certificates.X509AuthorityKeyIdentifierExtension CreateFromSubjectKeyIdentifier(System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension subjectKeyIdentifier) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3552public X509BasicConstraintsExtension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3553public X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3554public X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3555public bool CertificateAuthority { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3556public bool HasPathLengthConstraint { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3557public int PathLengthConstraint { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3558public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3559public static System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension CreateForCertificateAuthority(int? pathLengthConstraint = default(int?)) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3560public static System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension CreateForEndEntity(bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3566public X509Certificate() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3569public X509Certificate(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3573public X509Certificate(byte[] rawData, System.Security.SecureString? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3577public X509Certificate(byte[] rawData, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3580public X509Certificate(byte[] rawData, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3583public X509Certificate(byte[] rawData, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3585public X509Certificate(System.IntPtr handle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3588public X509Certificate(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3590public X509Certificate(System.Security.Cryptography.X509Certificates.X509Certificate cert) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3593public X509Certificate(string fileName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3597public X509Certificate(string fileName, System.Security.SecureString? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3601public X509Certificate(string fileName, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3604public X509Certificate(string fileName, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3607public X509Certificate(string fileName, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3608public System.IntPtr Handle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3609public string Issuer { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3610public System.ReadOnlyMemory<byte> SerialNumberBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3611public string Subject { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3614public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromCertFile(string filename) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3617public static System.Security.Cryptography.X509Certificates.X509Certificate CreateFromSignedFile(string filename) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3620public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3621public virtual bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.X509Certificates.X509Certificate? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3622public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3624public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, System.Security.SecureString? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3625public virtual byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3626public byte[] ExportPkcs12(System.Security.Cryptography.PbeParameters exportParameters, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3627public byte[] ExportPkcs12(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters exportParameters, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3628protected static string FormatDate(System.DateTime date) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3629public virtual byte[] GetCertHash() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3630public virtual byte[] GetCertHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3631public virtual string GetCertHashString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3632public virtual string GetCertHashString(System.Security.Cryptography.HashAlgorithmName hashAlgorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3633public virtual string GetEffectiveDateString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3634public virtual string GetExpirationDateString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3635public virtual string GetFormat() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3636public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3638public virtual string GetIssuerName() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3639public virtual string GetKeyAlgorithm() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3640public virtual byte[]? GetKeyAlgorithmParameters() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3641public virtual string? GetKeyAlgorithmParametersString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3643public virtual string GetName() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3644public virtual byte[] GetPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3645public virtual string GetPublicKeyString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3646public virtual byte[] GetRawCertData() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3647public virtual string GetRawCertDataString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3648public virtual byte[] GetSerialNumber() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3649public virtual string GetSerialNumberString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3651public virtual void Import(byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3654public virtual void Import(byte[] rawData, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3656public virtual void Import(byte[] rawData, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3658public virtual void Import(string fileName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3661public virtual void Import(string fileName, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3663public virtual void Import(string fileName, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3664public virtual void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3665void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object? sender) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3666void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3667public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3668public virtual string ToString(bool fVerbose) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3669public virtual bool TryGetCertHash(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Span<byte> destination, out int bytesWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3675public X509Certificate2() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3678public X509Certificate2(byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3682public X509Certificate2(byte[] rawData, System.Security.SecureString? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3686public X509Certificate2(byte[] rawData, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3689public X509Certificate2(byte[] rawData, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3692public X509Certificate2(byte[] rawData, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3694public X509Certificate2(System.IntPtr handle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3697public X509Certificate2(System.ReadOnlySpan<byte> rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3700public X509Certificate2(System.ReadOnlySpan<byte> rawData, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3703protected X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3705public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3708public X509Certificate2(string fileName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3711public X509Certificate2(string fileName, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3715public X509Certificate2(string fileName, System.Security.SecureString? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3719public X509Certificate2(string fileName, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3722public X509Certificate2(string fileName, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3725public X509Certificate2(string fileName, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3726public bool Archived { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3727public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3728public string FriendlyName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } [System.Runtime.Versioning.SupportedOSPlatformAttribute("windows")] set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3729public bool HasPrivateKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3730public System.Security.Cryptography.X509Certificates.X500DistinguishedName IssuerName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3731public System.DateTime NotAfter { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3732public System.DateTime NotBefore { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3734public System.Security.Cryptography.AsymmetricAlgorithm? PrivateKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3735public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3736public byte[] RawData { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3737public System.ReadOnlyMemory<byte> RawDataMemory { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3738public string SerialNumber { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3739public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3740public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3741public string Thumbprint { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3742public int Version { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3743public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.ECDiffieHellman privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3745public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.MLDsa privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3747public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.MLKem privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3749public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey(System.Security.Cryptography.SlhDsa privateKey) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3751public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromEncryptedPem(System.ReadOnlySpan<char> certPem, System.ReadOnlySpan<char> keyPem, System.ReadOnlySpan<char> password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3753public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromEncryptedPemFile(string certPemFilePath, System.ReadOnlySpan<char> password, string? keyPemFilePath = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3755public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromPem(System.ReadOnlySpan<char> certPem) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3757public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromPem(System.ReadOnlySpan<char> certPem, System.ReadOnlySpan<char> keyPem) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3759public static System.Security.Cryptography.X509Certificates.X509Certificate2 CreateFromPemFile(string certPemFilePath, string? keyPemFilePath = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3760public string ExportCertificatePem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3762public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3764public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(System.ReadOnlySpan<byte> rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3766public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3767public System.Security.Cryptography.ECDiffieHellman? GetECDiffieHellmanPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3768public System.Security.Cryptography.ECDiffieHellman? GetECDiffieHellmanPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3770public System.Security.Cryptography.MLDsa? GetMLDsaPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3772public System.Security.Cryptography.MLDsa? GetMLDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3774public System.Security.Cryptography.MLKem? GetMLKemPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3776public System.Security.Cryptography.MLKem? GetMLKemPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3777public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3779public System.Security.Cryptography.SlhDsa? GetSlhDsaPrivateKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3781public System.Security.Cryptography.SlhDsa? GetSlhDsaPublicKey() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3783public override void Import(byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3786public override void Import(byte[] rawData, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3788public override void Import(byte[] rawData, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3790public override void Import(string fileName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3793public override void Import(string fileName, System.Security.SecureString? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3795public override void Import(string fileName, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3796public bool MatchesHostname(string hostname, bool allowWildcards = true, bool allowCommonName = true) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3797public override void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3798public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3799public override string ToString(bool verbose) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3800public bool TryExportCertificatePem(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3801public bool Verify() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3805public X509Certificate2Collection() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3806public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3807public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3808public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3809public new System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3810public int Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3811public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3812public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3813public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3814public byte[]? Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3815public byte[]? Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3816public string ExportCertificatePems() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3817public byte[] ExportPkcs12(System.Security.Cryptography.PbeParameters exportParameters, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3818public byte[] ExportPkcs12(System.Security.Cryptography.X509Certificates.Pkcs12ExportPbeParameters exportParameters, string? password) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3821public string ExportPkcs7Pem() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3822public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3823public System.Security.Cryptography.X509Certificates.X509Certificate2Collection FindByThumbprint(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<byte> thumbprintBytes) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3824public System.Security.Cryptography.X509Certificates.X509Certificate2Collection FindByThumbprint(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.ReadOnlySpan<char> thumbprintHex) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3825public System.Security.Cryptography.X509Certificates.X509Certificate2Collection FindByThumbprint(System.Security.Cryptography.HashAlgorithmName hashAlgorithm, string thumbprintHex) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3826public new System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3828public void Import(byte[] rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3830public void Import(byte[] rawData, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3832public void Import(System.ReadOnlySpan<byte> rawData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3834public void Import(System.ReadOnlySpan<byte> rawData, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3836public void Import(System.ReadOnlySpan<byte> rawData, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3838public void Import(string fileName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3840public void Import(string fileName, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3842public void Import(string fileName, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3843public void ImportFromPem(System.ReadOnlySpan<char> certPem) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3844public void ImportFromPemFile(string certPemFilePath) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3845public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3846public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3847public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3848public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3849System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509Certificate2> System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509Certificate2>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3850public bool TryExportCertificatePems(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3853public bool TryExportPkcs7Pem(System.Span<char> destination, out int charsWritten) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3857internal X509Certificate2Enumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3858public System.Security.Cryptography.X509Certificates.X509Certificate2 Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3859object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3860public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3861public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3862bool System.Collections.IEnumerator.MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3863void System.Collections.IEnumerator.Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3868public X509CertificateCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3869public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3870public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3871public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3872public int Add(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3873public void AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3874public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3875public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3876public void CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3877public new System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3878public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3879public int IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3880public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3881protected override void OnValidate(object value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3882public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3885public X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3886public System.Security.Cryptography.X509Certificates.X509Certificate Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3887object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3888public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3889public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3890bool System.Collections.IEnumerator.MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3891void System.Collections.IEnumerator.Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3897public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificate(byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3898public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificate(System.ReadOnlySpan<byte> data) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3899public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificateFromFile(string path) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3900public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12(byte[] data, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3901public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3902public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12Collection(byte[] data, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3903public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12Collection(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3904public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12CollectionFromFile(string path, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3905public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12CollectionFromFile(string path, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3906public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12FromFile(string path, System.ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3907public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadPkcs12FromFile(string path, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = null) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3911public X509Chain() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3912public X509Chain(bool useMachineContext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3914public X509Chain(System.IntPtr chainContext) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3915public System.IntPtr ChainContext { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3916public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3917public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3918public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3919public Microsoft.Win32.SafeHandles.SafeX509ChainHandle? SafeHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3921public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3922public static System.Security.Cryptography.X509Certificates.X509Chain Create() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3925public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3929internal X509ChainElement() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3930public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3931public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainElementStatus { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3932public string Information { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3936internal X509ChainElementCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3937public int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3938public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3939public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3940public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3941public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3942public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3943System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509ChainElement> System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509ChainElement>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3944void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3945System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3949internal X509ChainElementEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3950public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3951object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3952public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3953public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3958public X509ChainPolicy() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3959public System.Security.Cryptography.OidCollection ApplicationPolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3960public System.Security.Cryptography.OidCollection CertificatePolicy { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3961public System.Security.Cryptography.X509Certificates.X509Certificate2Collection CustomTrustStore { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3962public bool DisableCertificateDownloads { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3963public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3964public System.Security.Cryptography.X509Certificates.X509RevocationFlag RevocationFlag { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3965public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3966public System.Security.Cryptography.X509Certificates.X509ChainTrustMode TrustMode { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3967public System.TimeSpan UrlRetrievalTimeout { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3968public System.Security.Cryptography.X509Certificates.X509VerificationFlags VerificationFlags { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3969public System.DateTime VerificationTime { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3970public bool VerificationTimeIgnored { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3971public System.Security.Cryptography.X509Certificates.X509ChainPolicy Clone() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3972public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 3978public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Status { readonly get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3980public string StatusInformation { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4030public X509EnhancedKeyUsageExtension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4031public X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4032public X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4033public System.Security.Cryptography.OidCollection EnhancedKeyUsages { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4034public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4038protected X509Extension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4039public X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4040public X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4041public X509Extension(System.Security.Cryptography.Oid oid, System.ReadOnlySpan<byte> rawData, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4042public X509Extension(string oid, byte[] rawData, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4043public X509Extension(string oid, System.ReadOnlySpan<byte> rawData, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4044public bool Critical { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4045public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4049public X509ExtensionCollection() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4050public int Count { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4051public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4052public System.Security.Cryptography.X509Certificates.X509Extension this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4053public System.Security.Cryptography.X509Certificates.X509Extension? this[string oid] { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4054public object SyncRoot { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4055public int Add(System.Security.Cryptography.X509Certificates.X509Extension extension) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4056public void CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4057public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4058System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509Extension> System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509Extension>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4059void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4060System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4064internal X509ExtensionEnumerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4065public System.Security.Cryptography.X509Certificates.X509Extension Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4066object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4067public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4068public void Reset() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4109public X509KeyUsageExtension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4110public X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4111public X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4112public System.Security.Cryptography.X509Certificates.X509KeyUsageFlags KeyUsages { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4113public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4166protected X509SignatureGenerator() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4167public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4169public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForECDsa(System.Security.Cryptography.ECDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4171public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForMLDsa(System.Security.Cryptography.MLDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4172public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForRSA(System.Security.Cryptography.RSA key, System.Security.Cryptography.RSASignaturePadding signaturePadding) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4174public static System.Security.Cryptography.X509Certificates.X509SignatureGenerator CreateForSlhDsa(System.Security.Cryptography.SlhDsa key) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4180public X509Store() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4181public X509Store(System.IntPtr storeHandle) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4182public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4183public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4184public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4185public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation, System.Security.Cryptography.X509Certificates.OpenFlags flags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4186public X509Store(string storeName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4187public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4188public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation, System.Security.Cryptography.X509Certificates.OpenFlags flags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4189public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4190public bool IsOpen { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4191public System.Security.Cryptography.X509Certificates.StoreLocation Location { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4192public string? Name { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4193public System.IntPtr StoreHandle { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4194public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4195public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4196public void Close() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4198public void Open(System.Security.Cryptography.X509Certificates.OpenFlags flags) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4199public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4200public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4204public X509SubjectAlternativeNameExtension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4205public X509SubjectAlternativeNameExtension(byte[] rawData, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4206public X509SubjectAlternativeNameExtension(System.ReadOnlySpan<byte> rawData, bool critical = false) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4207public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4208public System.Collections.Generic.IEnumerable<string> EnumerateDnsNames() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4209public System.Collections.Generic.IEnumerable<System.Net.IPAddress> EnumerateIPAddresses() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4213public X509SubjectKeyIdentifierExtension() { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4214public X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4215public X509SubjectKeyIdentifierExtension(System.ReadOnlySpan<byte> subjectKeyIdentifier, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4216public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4217public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4218public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4219public X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } 4220public string? SubjectKeyIdentifier { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4221public System.ReadOnlyMemory<byte> SubjectKeyIdentifierBytes { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4222public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
170throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
1106throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
211throw new PlatformNotSupportedException(SR.Cryptography_Cms_NoSignerCert);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
98throw new PlatformNotSupportedException(SR.Cryptography_Cms_NoRecipients);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
336throw new PlatformNotSupportedException(SR.Cryptography_Cms_NoSignerCert);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
289throw new PlatformNotSupportedException(SR.Cryptography_Cms_NoSignerCert);
System.Security.Permissions (11)
System\Security\CodeAccessPermission.cs (2)
16public void Deny() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 22public void PermitOnly() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }
System\Security\SecurityContext.cs (9)
14public static SecurityContext Capture() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 15public SecurityContext CreateCopy() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 16public void Dispose() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 17public static bool IsFlowSuppressed() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 18public static bool IsWindowsIdentityFlowSuppressed() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 19public static void RestoreFlow() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 20public static void Run(SecurityContext securityContext, ContextCallback callback, object state) { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 21public static AsyncFlowControl SuppressFlow() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); } 22public static AsyncFlowControl SuppressFlowWindowsIdentity() { throw new PlatformNotSupportedException(SR.PlatformNotSupported_CAS); }
System.Security.Principal.Windows (99)
artifacts\obj\System.Security.Principal.Windows\Debug\net10.0\System.Security.Principal.Windows.notsupported.cs (99)
11public SafeAccessTokenHandle() : base (default(System.IntPtr), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 12public SafeAccessTokenHandle(System.IntPtr handle) : base (default(System.IntPtr), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 13public static Microsoft.Win32.SafeHandles.SafeAccessTokenHandle InvalidHandle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 14public override bool IsInvalid { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 15protected override bool ReleaseHandle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 22public IdentityNotMappedException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 23public IdentityNotMappedException(string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 24public IdentityNotMappedException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 25public System.Security.Principal.IdentityReferenceCollection UnmappedIdentities { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 28public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 32internal IdentityReference() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 37public static bool operator ==(System.Security.Principal.IdentityReference? left, System.Security.Principal.IdentityReference? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 38public static bool operator !=(System.Security.Principal.IdentityReference? left, System.Security.Principal.IdentityReference? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 44public IdentityReferenceCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 45public IdentityReferenceCollection(int capacity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 46public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 47public System.Security.Principal.IdentityReference this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 48bool System.Collections.Generic.ICollection<System.Security.Principal.IdentityReference>.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 49public void Add(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 50public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 51public bool Contains(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 52public void CopyTo(System.Security.Principal.IdentityReference[] array, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 53public System.Collections.Generic.IEnumerator<System.Security.Principal.IdentityReference> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 54public bool Remove(System.Security.Principal.IdentityReference identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 55System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 56public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 57public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType, bool forceSuccess) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 61public NTAccount(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 62public NTAccount(string domainName, string accountName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 63public override string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 64public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? o) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 65public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 66public override bool IsValidTargetType(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 67public static bool operator ==(System.Security.Principal.NTAccount? left, System.Security.Principal.NTAccount? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 68public static bool operator !=(System.Security.Principal.NTAccount? left, System.Security.Principal.NTAccount? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 69public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 70public override System.Security.Principal.IdentityReference Translate(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 76public SecurityIdentifier(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 77public SecurityIdentifier(System.IntPtr binaryForm) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 78public SecurityIdentifier(System.Security.Principal.WellKnownSidType sidType, System.Security.Principal.SecurityIdentifier? domainSid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 79public SecurityIdentifier(string sddlForm) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 80public System.Security.Principal.SecurityIdentifier? AccountDomainSid { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 81public int BinaryLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 82public override string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 83public int CompareTo(System.Security.Principal.SecurityIdentifier? sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 84public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? o) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 85public bool Equals(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 86public void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 87public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 88public bool IsAccountSid() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 89public bool IsEqualDomainSid(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 90public override bool IsValidTargetType(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 91public bool IsWellKnown(System.Security.Principal.WellKnownSidType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 92public static bool operator ==(System.Security.Principal.SecurityIdentifier? left, System.Security.Principal.SecurityIdentifier? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 93public static bool operator !=(System.Security.Principal.SecurityIdentifier? left, System.Security.Principal.SecurityIdentifier? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 94public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 95public override System.Security.Principal.IdentityReference Translate(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 237public WindowsIdentity(System.IntPtr userToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 238public WindowsIdentity(System.IntPtr userToken, string type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 239public WindowsIdentity(System.IntPtr userToken, string type, System.Security.Principal.WindowsAccountType acctType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 240public WindowsIdentity(System.IntPtr userToken, string type, System.Security.Principal.WindowsAccountType acctType, bool isAuthenticated) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 243public WindowsIdentity(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 244protected WindowsIdentity(System.Security.Principal.WindowsIdentity identity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 245public WindowsIdentity(string sUserPrincipalName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 246public Microsoft.Win32.SafeHandles.SafeAccessTokenHandle AccessToken { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 247public sealed override string? AuthenticationType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 248public override System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> Claims { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 249public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> DeviceClaims { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 250public System.Security.Principal.IdentityReferenceCollection? Groups { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 251public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 252public virtual bool IsAnonymous { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 253public override bool IsAuthenticated { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 254public virtual bool IsGuest { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 255public virtual bool IsSystem { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 256public override string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 257public System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 258public virtual System.IntPtr Token { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 259public System.Security.Principal.SecurityIdentifier? User { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 260public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> UserClaims { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 261public override System.Security.Claims.ClaimsIdentity Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 264public static System.Security.Principal.WindowsIdentity GetAnonymous() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 265public static System.Security.Principal.WindowsIdentity GetCurrent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 266public static System.Security.Principal.WindowsIdentity? GetCurrent(bool ifImpersonating) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 267public static System.Security.Principal.WindowsIdentity GetCurrent(System.Security.Principal.TokenAccessLevels desiredAccess) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 268public static void RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Action action) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 269public static System.Threading.Tasks.Task RunImpersonatedAsync(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func<System.Threading.Tasks.Task> func) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 270public static System.Threading.Tasks.Task<T> RunImpersonatedAsync<T>(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func<System.Threading.Tasks.Task<T>> func) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 271public static T RunImpersonated<T>(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func<T> func) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 272void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object? sender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 273void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 277public WindowsPrincipal(System.Security.Principal.WindowsIdentity ntIdentity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 278public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> DeviceClaims { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 279public override System.Security.Principal.IIdentity Identity { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 280public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> UserClaims { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 281public virtual bool IsInRole(int rid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 282public virtual bool IsInRole(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 283public virtual bool IsInRole(System.Security.Principal.WindowsBuiltInRole role) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 284public override bool IsInRole(string role) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); }
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (1)
47new PlatformNotSupportedException(SR.ExtendedProtectionNotSupported));
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (1)
78new PlatformNotSupportedException(SR.ExtendedProtectionNotSupported));
System.ServiceProcess.ServiceController (79)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.netcoreapp.notsupported.cs (2)
11public void RequestAdditionalTime(System.TimeSpan time) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 15public void Stop(bool stopDependentServices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (77)
24public ServiceBase() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 26public bool AutoLog { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 28public bool CanHandlePowerEvent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 30public bool CanHandleSessionChangeEvent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 32public bool CanPauseAndContinue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 34public bool CanShutdown { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 36public bool CanStop { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 39public virtual System.Diagnostics.EventLog EventLog { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 40public int ExitCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 42protected System.IntPtr ServiceHandle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 43public string ServiceName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 45protected virtual void OnContinue() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 46protected virtual void OnCustomCommand(int command) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 47protected virtual void OnPause() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 48protected virtual bool OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus powerStatus) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 49protected virtual void OnSessionChange(System.ServiceProcess.SessionChangeDescription changeDescription) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 50protected virtual void OnShutdown() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 51protected virtual void OnStart(string[] args) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 52protected virtual void OnStop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 53public void RequestAdditionalTime(int milliseconds) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 54public static void Run(System.ServiceProcess.ServiceBase service) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 55public static void Run(System.ServiceProcess.ServiceBase[] services) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 57public void ServiceMainCallback(int argCount, System.IntPtr argPointer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 58public void Stop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 63public ServiceController() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 64public ServiceController(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 65public ServiceController(string name, string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 66public bool CanPauseAndContinue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 67public bool CanShutdown { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 68public bool CanStop { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 69public System.ServiceProcess.ServiceController[] DependentServices { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 70public string DisplayName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 71public string MachineName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 72public System.Runtime.InteropServices.SafeHandle ServiceHandle { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 73public string ServiceName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 74public System.ServiceProcess.ServiceController[] ServicesDependedOn { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 75public System.ServiceProcess.ServiceType ServiceType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 76public System.ServiceProcess.ServiceStartMode StartType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 77public System.ServiceProcess.ServiceControllerStatus Status { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 78public void Close() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 79public void Continue() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 81public void ExecuteCommand(int command) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 82public static System.ServiceProcess.ServiceController[] GetDevices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 83public static System.ServiceProcess.ServiceController[] GetDevices(string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 84public static System.ServiceProcess.ServiceController[] GetServices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 85public static System.ServiceProcess.ServiceController[] GetServices(string machineName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 86public void Pause() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 87public void Refresh() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 88public void Start() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 89public void Start(string[] args) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 90public void Stop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 91public void WaitForStatus(System.ServiceProcess.ServiceControllerStatus desiredStatus) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 92public void WaitForStatus(System.ServiceProcess.ServiceControllerStatus desiredStatus, System.TimeSpan timeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 107public ServiceProcessDescriptionAttribute(string description) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 108public override string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 132public System.ServiceProcess.SessionChangeReason Reason { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 133public int SessionId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } } 134public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 135public bool Equals(System.ServiceProcess.SessionChangeDescription changeDescription) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 136public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 137public static bool operator ==(System.ServiceProcess.SessionChangeDescription a, System.ServiceProcess.SessionChangeDescription b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 138public static bool operator !=(System.ServiceProcess.SessionChangeDescription a, System.ServiceProcess.SessionChangeDescription b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 154public TimeoutException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 159protected TimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 160public TimeoutException(string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 161public TimeoutException(string? message, System.Exception? innerException) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }
System.Speech (682)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (682)
32public SpeechAudioFormatInfo(int samplesPerSecond, System.Speech.AudioFormat.AudioBitsPerSample bitsPerSample, System.Speech.AudioFormat.AudioChannel channel) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 34public SpeechAudioFormatInfo(System.Speech.AudioFormat.EncodingFormat encodingFormat, int samplesPerSecond, int bitsPerSample, int channelCount, int averageBytesPerSecond, int blockAlign, byte[] formatSpecificData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 36public int AverageBytesPerSecond { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 38public int BitsPerSample { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 40public int BlockAlign { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 41public int ChannelCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 42public System.Speech.AudioFormat.EncodingFormat EncodingFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 43public int SamplesPerSecond { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 44public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 45public byte[] FormatSpecificData() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 46public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 53internal AudioLevelUpdatedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 54public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 68internal AudioSignalProblemOccurredEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 69public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 70public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 71public System.Speech.Recognition.AudioSignalProblem AudioSignalProblem { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 72public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 82internal AudioStateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 83public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 87public Choices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 88public Choices(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 89public Choices(params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 90public void Add(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 91public void Add(params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 92public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 96public DictationGrammar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 97public DictationGrammar(string topic) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 98public void SetDictationContext(string precedingText, string subsequentText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 111internal EmulateRecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 112public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 116protected Grammar() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 117public Grammar(System.IO.Stream stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 118public Grammar(System.IO.Stream stream, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 119public Grammar(System.IO.Stream stream, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 121public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 123public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 124public Grammar(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 125public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 126public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 127public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 129public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 131public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 132public Grammar(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 133public Grammar(string path, string ruleName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 134public Grammar(string path, string ruleName, object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 135public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 136protected internal virtual bool IsStg { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 137public bool Loaded { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 138public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 139public int Priority { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 140protected string ResourceName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 141public string RuleName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 142public float Weight { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 143public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 144public static System.Speech.Recognition.Grammar LoadLocalizedGrammarFromType(System.Type type, params object[] onInitParameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 145protected void StgInit(object[] parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 149public GrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 150public GrammarBuilder(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 151public GrammarBuilder(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 152public GrammarBuilder(System.Speech.Recognition.SemanticResultKey key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 153public GrammarBuilder(System.Speech.Recognition.SemanticResultValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 154public GrammarBuilder(string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 155public GrammarBuilder(string phrase, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 156public GrammarBuilder(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 157public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 158public string DebugShowPhrases { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 159public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 160public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 161public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 162public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 163public static System.Speech.Recognition.GrammarBuilder Add(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 164public void Append(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 165public void Append(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 166public void Append(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 167public void Append(System.Speech.Recognition.SemanticResultKey key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 168public void Append(System.Speech.Recognition.SemanticResultValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 169public void Append(string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 170public void Append(string phrase, int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 171public void Append(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 172public void AppendDictation() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 173public void AppendDictation(string category) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 174public void AppendRuleReference(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 175public void AppendRuleReference(string path, string rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 176public void AppendWildcard() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 177public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 178public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 179public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 180public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 181public static System.Speech.Recognition.GrammarBuilder operator +(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 182public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 183public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultKey semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 184public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultValue semanticValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 185public static implicit operator System.Speech.Recognition.GrammarBuilder (string phrase) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 189internal LoadGrammarCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 190public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 194internal RecognitionEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 195public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 199internal RecognitionResult() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 200public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Alternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 201public System.Speech.Recognition.RecognizedAudio Audio { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 202public System.Speech.Recognition.RecognizedAudio GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit firstWord, System.Speech.Recognition.RecognizedWordUnit lastWord) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 203void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 207internal RecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 208public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 209public bool BabbleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 210public bool InitialSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 211public bool InputStreamEnded { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 212public System.Speech.Recognition.RecognitionResult Result { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 216internal RecognizedAudio() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 217public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 218public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 219public System.Speech.AudioFormat.SpeechAudioFormatInfo Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 220public System.DateTime StartTime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 221public System.Speech.Recognition.RecognizedAudio GetRange(System.TimeSpan audioPosition, System.TimeSpan duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 222public void WriteToAudioStream(System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 223public void WriteToWaveStream(System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 227internal RecognizedPhrase() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 228public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 229public System.Speech.Recognition.Grammar Grammar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 230public int HomophoneGroupId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 231public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Homophones { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 232public System.Collections.ObjectModel.Collection<System.Speech.Recognition.ReplacementText> ReplacementWordUnits { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 233public System.Speech.Recognition.SemanticValue Semantics { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 234public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 235public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedWordUnit> Words { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 236public System.Xml.XPath.IXPathNavigable ConstructSmlFromSemantics() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 240public RecognizedWordUnit(string text, float confidence, string pronunciation, string lexicalForm, System.Speech.Recognition.DisplayAttributes displayAttributes, System.TimeSpan audioPosition, System.TimeSpan audioDuration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 241public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 242public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 243public string LexicalForm { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 244public string Pronunciation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 245public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 254internal RecognizerInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 255public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 256public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 257public string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 258public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 259public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 260public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 270internal RecognizerUpdateReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 271public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 272public object UserToken { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 277internal ReplacementText() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 278public int CountOfWords { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 279public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 280public int FirstWordIndex { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 281public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 285public SemanticResultKey(string semanticResultKey, params System.Speech.Recognition.GrammarBuilder[] builders) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 286public SemanticResultKey(string semanticResultKey, params string[] phrases) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 287public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 291public SemanticResultValue(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 292public SemanticResultValue(System.Speech.Recognition.GrammarBuilder builder, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 293public SemanticResultValue(string phrase, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 294public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 298public SemanticValue(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 299public SemanticValue(string keyName, object value, float confidence) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 300public float Confidence { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 301public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 302public System.Speech.Recognition.SemanticValue this[string key] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 303bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 304System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 305System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 306public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 307public bool Contains(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 308public bool ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 309public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 310public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 311void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Add(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 312void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 313void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 314bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Remove(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 315void System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add(string key, System.Speech.Recognition.SemanticValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 316bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Remove(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 317bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.TryGetValue(string key, out System.Speech.Recognition.SemanticValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 318System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 319System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 323internal SpeechDetectedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 324public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 328internal SpeechHypothesizedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 332public SpeechRecognitionEngine() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 333public SpeechRecognitionEngine(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 334public SpeechRecognitionEngine(System.Speech.Recognition.RecognizerInfo recognizerInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 335public SpeechRecognitionEngine(string recognizerId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 336public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 337public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 338public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 339public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 341public System.TimeSpan BabbleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 343public System.TimeSpan EndSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 345public System.TimeSpan EndSilenceTimeoutAmbiguous { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 346public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 348public System.TimeSpan InitialSilenceTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 349public int MaxAlternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 350public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 351public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 352public event System.EventHandler<System.Speech.Recognition.AudioLevelUpdatedEventArgs> AudioLevelUpdated { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 353public event System.EventHandler<System.Speech.Recognition.AudioSignalProblemOccurredEventArgs> AudioSignalProblemOccurred { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 354public event System.EventHandler<System.Speech.Recognition.AudioStateChangedEventArgs> AudioStateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 355public event System.EventHandler<System.Speech.Recognition.EmulateRecognizeCompletedEventArgs> EmulateRecognizeCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 356public event System.EventHandler<System.Speech.Recognition.LoadGrammarCompletedEventArgs> LoadGrammarCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 357public event System.EventHandler<System.Speech.Recognition.RecognizeCompletedEventArgs> RecognizeCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 358public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 359public event System.EventHandler<System.Speech.Recognition.SpeechDetectedEventArgs> SpeechDetected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 360public event System.EventHandler<System.Speech.Recognition.SpeechHypothesizedEventArgs> SpeechHypothesized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 361public event System.EventHandler<System.Speech.Recognition.SpeechRecognitionRejectedEventArgs> SpeechRecognitionRejected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 362public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 365public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 366public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 367public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 368public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 369public void EmulateRecognizeAsync(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 370public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 371public static System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizerInfo> InstalledRecognizers() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 372public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 373public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 374public object QueryRecognizerSetting(string settingName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 375public System.Speech.Recognition.RecognitionResult Recognize() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 376public System.Speech.Recognition.RecognitionResult Recognize(System.TimeSpan initialSilenceTimeout) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 377public void RecognizeAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 378public void RecognizeAsync(System.Speech.Recognition.RecognizeMode mode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 379public void RecognizeAsyncCancel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 380public void RecognizeAsyncStop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 381public void RequestRecognizerUpdate() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 382public void RequestRecognizerUpdate(object userToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 383public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 384public void SetInputToAudioStream(System.IO.Stream audioSource, System.Speech.AudioFormat.SpeechAudioFormatInfo audioFormat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 385public void SetInputToDefaultAudioDevice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 386public void SetInputToNull() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 387public void SetInputToWaveFile(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 388public void SetInputToWaveStream(System.IO.Stream audioSource) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 389public void UnloadAllGrammars() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 390public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 391public void UpdateRecognizerSetting(string settingName, int updatedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 392public void UpdateRecognizerSetting(string settingName, string updatedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 396internal SpeechRecognitionRejectedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 400internal SpeechRecognizedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 404public SpeechRecognizer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 405public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 406public int AudioLevel { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 407public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 408public System.Speech.Recognition.AudioState AudioState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 409public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 410public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 411public int MaxAlternates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 412public bool PauseRecognizerOnRecognition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 413public System.TimeSpan RecognizerAudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 414public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 415public System.Speech.Recognition.RecognizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 416public event System.EventHandler<System.Speech.Recognition.AudioLevelUpdatedEventArgs> AudioLevelUpdated { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 417public event System.EventHandler<System.Speech.Recognition.AudioSignalProblemOccurredEventArgs> AudioSignalProblemOccurred { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 418public event System.EventHandler<System.Speech.Recognition.AudioStateChangedEventArgs> AudioStateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 419public event System.EventHandler<System.Speech.Recognition.EmulateRecognizeCompletedEventArgs> EmulateRecognizeCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 420public event System.EventHandler<System.Speech.Recognition.LoadGrammarCompletedEventArgs> LoadGrammarCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 421public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 422public event System.EventHandler<System.Speech.Recognition.SpeechDetectedEventArgs> SpeechDetected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 423public event System.EventHandler<System.Speech.Recognition.SpeechHypothesizedEventArgs> SpeechHypothesized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 424public event System.EventHandler<System.Speech.Recognition.SpeechRecognitionRejectedEventArgs> SpeechRecognitionRejected { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 425public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 426public event System.EventHandler<System.Speech.Recognition.StateChangedEventArgs> StateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 429public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 430public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 431public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 432public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 433public void EmulateRecognizeAsync(string inputText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 434public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 435public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 436public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 437public void RequestRecognizerUpdate() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 438public void RequestRecognizerUpdate(object userToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 439public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 440public void UnloadAllGrammars() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 441public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 445internal SpeechUI() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 446public static bool SendTextFeedback(System.Speech.Recognition.RecognitionResult result, string feedback, bool isSuccessfulAction) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 450internal StateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 451public System.Speech.Recognition.RecognizerState RecognizerState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 465public SrgsDocument() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 466public SrgsDocument(System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 467public SrgsDocument(System.Speech.Recognition.SrgsGrammar.SrgsRule grammarRootRule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 468public SrgsDocument(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 469public SrgsDocument(System.Xml.XmlReader srgsGrammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 470public System.Collections.ObjectModel.Collection<string> AssemblyReferences { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 471public System.Collections.ObjectModel.Collection<string> CodeBehind { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 472public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 473public bool Debug { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 474public System.Collections.ObjectModel.Collection<string> ImportNamespaces { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 475public string Language { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 476public System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode Mode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 477public string Namespace { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 478public System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet PhoneticAlphabet { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 479public System.Speech.Recognition.SrgsGrammar.SrgsRule Root { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 480public System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection Rules { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 481public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 482public System.Uri XmlBase { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 483public void WriteSrgs(System.Xml.XmlWriter srgsGrammar) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 487protected SrgsElement() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 493public static void Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 494public static void Compile(string inputPath, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 495public static void Compile(System.Xml.XmlReader reader, System.IO.Stream outputStream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 496public static void CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 497public static void CompileClassLibrary(string[] inputPaths, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 498public static void CompileClassLibrary(System.Xml.XmlReader reader, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 507public SrgsItem() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 508public SrgsItem(int repeatCount) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 509public SrgsItem(int min, int max) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 510public SrgsItem(int min, int max, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 511public SrgsItem(int min, int max, string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 512public SrgsItem(params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 513public SrgsItem(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 514public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 515public int MaxRepeat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 516public int MinRepeat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 517public float RepeatProbability { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 518public float Weight { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 519public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 520public void SetRepeat(int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 521public void SetRepeat(int minRepeat, int maxRepeat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 522internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 523internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 527public SrgsNameValueTag() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 528public SrgsNameValueTag(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 529public SrgsNameValueTag(string name, object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 530public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 531public object Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 532internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 533internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 537public SrgsOneOf() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 538public SrgsOneOf(params System.Speech.Recognition.SrgsGrammar.SrgsItem[] items) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 539public SrgsOneOf(params string[] items) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 540public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem> Items { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 541public void Add(System.Speech.Recognition.SrgsGrammar.SrgsItem item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 542internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 543internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 553public SrgsRule(string id) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 554public SrgsRule(string id, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 555public string BaseClass { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 556public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 557public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 558public string OnError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 559public string OnInit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 560public string OnParse { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 561public string OnRecognition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 562public System.Speech.Recognition.SrgsGrammar.SrgsRuleScope Scope { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 563public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 564public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 574public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 575public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 576public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 577public SrgsRuleRef(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 578public SrgsRuleRef(System.Uri uri, string rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 579public SrgsRuleRef(System.Uri uri, string rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 580public SrgsRuleRef(System.Uri uri, string rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 581public string Params { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 582public string SemanticKey { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 583public System.Uri Uri { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 584internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 585internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 589public SrgsRulesCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 590public void Add(params System.Speech.Recognition.SrgsGrammar.SrgsRule[] rules) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 591protected override string GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 600public SrgsSemanticInterpretationTag() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 601public SrgsSemanticInterpretationTag(string script) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 602public string Script { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 603internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 604internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 608public SrgsSubset(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 609public SrgsSubset(string text, System.Speech.Recognition.SubsetMatchingMode matchingMode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 610public System.Speech.Recognition.SubsetMatchingMode MatchingMode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 611public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 612internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 613internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 617public SrgsText() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 618public SrgsText(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 619public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 620internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 621internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 625public SrgsToken(string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 626public string Display { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 627public string Pronunciation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 628public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 629internal override string DebuggerDisplayString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 630internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 637internal BookmarkReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 638public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 639public string Bookmark { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 643public FilePrompt(string path, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 644public FilePrompt(System.Uri promptFile, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 648internal InstalledVoice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 649public bool Enabled { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 650public System.Speech.Synthesis.VoiceInfo VoiceInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 651public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 652public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 656internal PhonemeReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 657public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 658public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 659public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 660public string NextPhoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 661public string Phoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 665public Prompt(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 666public Prompt(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 667public Prompt(string textToSpeak, System.Speech.Synthesis.SynthesisTextFormat media) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 668public bool IsCompleted { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 681public PromptBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 682public PromptBuilder(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 683public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 684public bool IsEmpty { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 685public void AppendAudio(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 686public void AppendAudio(System.Uri audioFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 687public void AppendAudio(System.Uri audioFile, string alternateText) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 688public void AppendBookmark(string bookmarkName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 689public void AppendBreak() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 690public void AppendBreak(System.Speech.Synthesis.PromptBreak strength) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 691public void AppendBreak(System.TimeSpan duration) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 692public void AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 693public void AppendSsml(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 694public void AppendSsml(System.Uri ssmlFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 695public void AppendSsml(System.Xml.XmlReader ssmlFile) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 697public void AppendSsmlMarkup(string ssmlMarkup) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 698public void AppendText(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 699public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 700public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptRate rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 701public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 702public void AppendTextWithAlias(string textToSpeak, string substitute) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 703public void AppendTextWithHint(string textToSpeak, System.Speech.Synthesis.SayAs sayAs) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 704public void AppendTextWithHint(string textToSpeak, string sayAs) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 705public void AppendTextWithPronunciation(string textToSpeak, string pronunciation) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 706public void ClearContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 707public void EndParagraph() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 708public void EndSentence() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 709public void EndStyle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 710public void EndVoice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 711public void StartParagraph() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 712public void StartParagraph(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 713public void StartSentence() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 714public void StartSentence(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 715public void StartStyle(System.Speech.Synthesis.PromptStyle style) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 716public void StartVoice(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 717public void StartVoice(System.Speech.Synthesis.VoiceGender gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 718public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 719public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 720public void StartVoice(System.Speech.Synthesis.VoiceInfo voice) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 721public void StartVoice(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 722public string ToXml() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 734internal PromptEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 735public System.Speech.Synthesis.Prompt Prompt { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 748public PromptStyle() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 749public PromptStyle(System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 750public PromptStyle(System.Speech.Synthesis.PromptRate rate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 751public PromptStyle(System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 752public System.Speech.Synthesis.PromptEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 753public System.Speech.Synthesis.PromptRate Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 754public System.Speech.Synthesis.PromptVolume Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 791internal SpeakCompletedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 795internal SpeakProgressEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 796public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 797public int CharacterCount { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 798public int CharacterPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 799public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 803internal SpeakStartedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 807public SpeechSynthesizer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 808public int Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 809public System.Speech.Synthesis.SynthesizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 810public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 811public int Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 812public event System.EventHandler<System.Speech.Synthesis.BookmarkReachedEventArgs> BookmarkReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 813public event System.EventHandler<System.Speech.Synthesis.PhonemeReachedEventArgs> PhonemeReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 814public event System.EventHandler<System.Speech.Synthesis.SpeakCompletedEventArgs> SpeakCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 815public event System.EventHandler<System.Speech.Synthesis.SpeakProgressEventArgs> SpeakProgress { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 816public event System.EventHandler<System.Speech.Synthesis.SpeakStartedEventArgs> SpeakStarted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 817public event System.EventHandler<System.Speech.Synthesis.StateChangedEventArgs> StateChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 818public event System.EventHandler<System.Speech.Synthesis.VisemeReachedEventArgs> VisemeReached { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 819public event System.EventHandler<System.Speech.Synthesis.VoiceChangeEventArgs> VoiceChange { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 820public void AddLexicon(System.Uri uri, string mediaType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 823public System.Speech.Synthesis.Prompt GetCurrentlySpokenPrompt() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 824public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 825public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices(System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 826public void Pause() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 827public void RemoveLexicon(System.Uri uri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 828public void Resume() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 829public void SelectVoice(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 830public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 831public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 832public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 833public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate, System.Globalization.CultureInfo culture) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 834public void SetOutputToAudioStream(System.IO.Stream audioDestination, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 835public void SetOutputToDefaultAudioDevice() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 836public void SetOutputToNull() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 837public void SetOutputToWaveFile(string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 838public void SetOutputToWaveFile(string path, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 839public void SetOutputToWaveStream(System.IO.Stream audioDestination) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 840public void Speak(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 841public void Speak(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 842public void Speak(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 843public void SpeakAsync(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 844public System.Speech.Synthesis.Prompt SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 845public System.Speech.Synthesis.Prompt SpeakAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 846public void SpeakAsyncCancel(System.Speech.Synthesis.Prompt prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 847public void SpeakAsyncCancelAll() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 848public void SpeakSsml(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 849public System.Speech.Synthesis.Prompt SpeakSsmlAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 853internal StateChangedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 854public System.Speech.Synthesis.SynthesizerState PreviousState { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 855public System.Speech.Synthesis.SynthesizerState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 882internal VisemeReachedEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 883public System.TimeSpan AudioPosition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 884public System.TimeSpan Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 885public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 886public int NextViseme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 887public int Viseme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 899internal VoiceChangeEventArgs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 900public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 911internal VoiceInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 913public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 914public System.Speech.Synthesis.VoiceAge Age { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 915public System.Globalization.CultureInfo Culture { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 916public string Description { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 917public System.Speech.Synthesis.VoiceGender Gender { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 918public string Id { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 919public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 921public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 922public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 923public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 934public ContourPoint(float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 935public float Change { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 936public System.Speech.Synthesis.TtsEngine.ContourPointChangeType ChangeType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 937public float Start { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 938public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 939public bool Equals(System.Speech.Synthesis.TtsEngine.ContourPoint other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 940public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 941public static bool operator ==(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 942public static bool operator !=(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 981public FragmentState(System.Speech.Synthesis.TtsEngine.TtsEngineAction action, int langId, int emphasis, int duration, System.Speech.Synthesis.TtsEngine.SayAs sayAs, System.Speech.Synthesis.TtsEngine.Prosody prosody, char[] phonemes) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 982public System.Speech.Synthesis.TtsEngine.TtsEngineAction Action { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 983public int Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 984public int Emphasis { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 985public int LangId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 986public char[] Phoneme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 987public System.Speech.Synthesis.TtsEngine.Prosody Prosody { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 988public System.Speech.Synthesis.TtsEngine.SayAs SayAs { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 989public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 990public bool Equals(System.Speech.Synthesis.TtsEngine.FragmentState other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 991public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 992public static bool operator ==(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 993public static bool operator !=(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1010public Prosody() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1011public int Duration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1012public System.Speech.Synthesis.TtsEngine.ProsodyNumber Pitch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1013public System.Speech.Synthesis.TtsEngine.ProsodyNumber Range { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1014public System.Speech.Synthesis.TtsEngine.ProsodyNumber Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1015public System.Speech.Synthesis.TtsEngine.ProsodyNumber Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1016public System.Speech.Synthesis.TtsEngine.ContourPoint[] GetContourPoints() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1017public void SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[] points) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1026public ProsodyNumber(int ssmlAttributeId) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1027public ProsodyNumber(float number) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1028public bool IsNumberPercent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1029public float Number { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1030public int SsmlAttributeId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1031public System.Speech.Synthesis.TtsEngine.ProsodyUnit Unit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1032public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1033public bool Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1034public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1035public static bool operator ==(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1036public static bool operator !=(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1084public SayAs() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1085public string Detail { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1086public string Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1087public string InterpretAs { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1091public SkipInfo() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1092public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1093public int Type { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1106public SpeechEventInfo(short eventId, short parameterType, int param1, System.IntPtr param2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1107public short EventId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1108public int Param1 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1109public System.IntPtr Param2 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1110public short ParameterType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1111public override bool Equals(object obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1112public bool Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1113public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1114public static bool operator ==(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1115public static bool operator !=(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1120public TextFragment() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 1121public System.Speech.Synthesis.TtsEngine.FragmentState State { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1122public int TextLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1123public int TextOffset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1124public string TextToSpeak { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 1139protected TtsEngineSsml(string registryKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
System.Threading.AccessControl (83)
artifacts\obj\System.Threading.AccessControl\Debug\net10.0\System.Threading.AccessControl.Extensions.notsupported.cs (15)
11public static System.Threading.EventWaitHandle Create(bool initialState, System.Threading.EventResetMode mode, string? name, out bool createdNew, System.Security.AccessControl.EventWaitHandleSecurity? eventSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 12public static System.Threading.EventWaitHandle OpenExisting(string name, System.Security.AccessControl.EventWaitHandleRights rights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 13public static bool TryOpenExisting(string name, System.Security.AccessControl.EventWaitHandleRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.EventWaitHandle? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 17public static System.Threading.Mutex Create(bool initiallyOwned, string? name, out bool createdNew, System.Security.AccessControl.MutexSecurity? mutexSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 18public static System.Threading.Mutex OpenExisting(string name, System.Security.AccessControl.MutexRights rights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 19public static bool TryOpenExisting(string name, System.Security.AccessControl.MutexRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.Mutex? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 23public static System.Threading.Semaphore Create(int initialCount, int maximumCount, string? name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity? semaphoreSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 24public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 25public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.Semaphore? result) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 29public static System.Security.AccessControl.EventWaitHandleSecurity GetAccessControl(this System.Threading.EventWaitHandle handle) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 30public static System.Security.AccessControl.MutexSecurity GetAccessControl(this System.Threading.Mutex mutex) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 31public static System.Security.AccessControl.SemaphoreSecurity GetAccessControl(this System.Threading.Semaphore semaphore) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 32public static void SetAccessControl(this System.Threading.EventWaitHandle handle, System.Security.AccessControl.EventWaitHandleSecurity eventSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 33public static void SetAccessControl(this System.Threading.Mutex mutex, System.Security.AccessControl.MutexSecurity mutexSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 34public static void SetAccessControl(this System.Threading.Semaphore semaphore, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
artifacts\obj\System.Threading.AccessControl\Debug\net10.0\System.Threading.AccessControl.notsupported.cs (68)
11public EventWaitHandleAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 12public EventWaitHandleAccessRule(string identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 13public System.Security.AccessControl.EventWaitHandleRights EventWaitHandleRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 17public EventWaitHandleAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 18public System.Security.AccessControl.EventWaitHandleRights EventWaitHandleRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 33public EventWaitHandleSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 34public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 35public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 36public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 37public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 38public void AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 39public void AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 40public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 41public bool RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 42public void RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 43public void RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 44public bool RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 45public void RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 46public void RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 47public void ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 48public void SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 49public void SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 53public MutexAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 54public MutexAccessRule(string identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 55public System.Security.AccessControl.MutexRights MutexRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 59public MutexAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 60public System.Security.AccessControl.MutexRights MutexRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 75public MutexSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 76public MutexSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 77public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 78public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 79public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 80public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 81public void AddAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 82public void AddAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 83public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 84public bool RemoveAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 85public void RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 86public void RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 87public bool RemoveAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 88public void RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 89public void RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 90public void ResetAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 91public void SetAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 92public void SetAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 96public SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 97public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 98public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 102public SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 103public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 118public SemaphoreSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 119public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 120public override System.Type AccessRightType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 121public override System.Type AccessRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 122public override System.Type AuditRuleType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 123public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 124public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 125public void AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 126public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 127public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 128public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 129public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 130public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 131public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 132public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 133public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 134public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 135public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.Transactions.Local (4)
System\Transactions\EnterpriseServices.cs (1)
44throw new PlatformNotSupportedException(SR.EsNotSupported);
System\Transactions\NonWindowsUnsupported.cs (2)
47=> new PlatformNotSupportedException(SR.DistributedNotSupported); 121=> new PlatformNotSupportedException(SR.DistributedNotSupported);
System\Transactions\TransactionManager.cs (1)
447throw new PlatformNotSupportedException(SR.DistributedNotSupported);
System.Windows.Extensions (48)
artifacts\obj\System.Windows.Extensions\Debug\net10.0\System.Windows.Extensions.notsupported.cs (48)
12public SoundPlayer() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 13public SoundPlayer(System.IO.Stream? stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 18protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 19public SoundPlayer(string soundLocation) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 20public bool IsLoadCompleted { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 21public int LoadTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 22public string SoundLocation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 23public System.IO.Stream? Stream { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 24public object? Tag { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 25public event System.ComponentModel.AsyncCompletedEventHandler? LoadCompleted { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 26public event System.EventHandler? SoundLocationChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 27public event System.EventHandler? StreamChanged { add { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } remove { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 28public void Load() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 29public void LoadAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 30protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 31protected virtual void OnSoundLocationChanged(System.EventArgs e) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 32protected virtual void OnStreamChanged(System.EventArgs e) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 33public void Play() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 34public void PlayLooping() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 35public void PlaySync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 36public void Stop() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 37void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 41internal SystemSound() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 42public void Play() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 46public static System.Media.SystemSound Asterisk { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 47public static System.Media.SystemSound Beep { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 48public static System.Media.SystemSound Exclamation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 49public static System.Media.SystemSound Hand { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 50public static System.Media.SystemSound Question { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 57public X509Certificate2UI() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 58public static void DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 59public static void DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.IntPtr hwndParent) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 60public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates, string? title, string? message, System.Security.Cryptography.X509Certificates.X509SelectionFlag selectionFlag) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 61public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates, string? title, string? message, System.Security.Cryptography.X509Certificates.X509SelectionFlag selectionFlag, System.IntPtr hwndParent) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 73internal XamlAccessLevel() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 74public System.Reflection.AssemblyName AssemblyAccessToAssemblyName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 75public string? PrivateAccessToTypeName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } } 76public static System.Xaml.Permissions.XamlAccessLevel AssemblyAccessTo(System.Reflection.Assembly assembly) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 77public static System.Xaml.Permissions.XamlAccessLevel AssemblyAccessTo(System.Reflection.AssemblyName assemblyName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 78public static System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); } 79public static System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(System.Type type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_System_Windows_Extensions); }
xunit.console (1)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\Native\NativeMethods.Darwin.cs (1)
42throw new PlatformNotSupportedException("Unknown error reading Darwin Kernel Version");