Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StrongNameKeyPair.cs
Go to the documentation of this file.
1using System.IO;
3
4namespace System.Reflection;
5
6[Obsolete("Strong name signing is not supported and throws PlatformNotSupportedException.", DiagnosticId = "SYSLIB0017", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
StrongNameKeyPair(string keyPairContainer)
StrongNameKeyPair(FileStream keyPairFile)
StrongNameKeyPair(SerializationInfo info, StreamingContext context)
static string PlatformNotSupported_StrongNameSigning
Definition SR.cs:1798
Definition SR.cs:7
void GetObjectData(SerializationInfo info, StreamingContext context)