net9.0
namespace System.Xaml.Permissions
{
[Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId = "SYSLIB0003", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
public sealed class XamlLoadPermission : CodeAccessPermission, IUnrestrictedPermission
{
[ComVisible(false)]
public override int GetHashCode();
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 3.03.1 |
Information specific to net9.0 | |
Assembly | System.Security.Permissions , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | System.Security.Permissions (9.0.0) net9.0 |
Platform Restrictions | This API is supported on all platforms. |