<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.2.26159.112" />

System.Runtime.Versioning.ObsoletedOSPlatformAttribute

Marks APIs that were obsoleted in a given operating system version.
public string Message { get; }

Gets the message that explains the obsolescence.

public string Url { get; set; }

Gets or sets the URL that provides more information about the obsolescence.

public ObsoletedOSPlatformAttribute(string platformName)

Initializes a new instance of the ObsoletedOSPlatformAttribute class with the specified platform name.

public ObsoletedOSPlatformAttribute(string platformName, string message)

Initializes a new instance of the ObsoletedOSPlatformAttribute class with the specified platform name and message.