StrongNamePublicKeyBlob Class

Definition

Caution

Code Access Security is not supported or honored by the runtime.

Represents the public key information (called a blob) for a strong name. This class cannot be inherited.

public ref class StrongNamePublicKeyBlob sealed
public sealed class StrongNamePublicKeyBlob
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class StrongNamePublicKeyBlob
[System.Serializable]
public sealed class StrongNamePublicKeyBlob
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class StrongNamePublicKeyBlob
type StrongNamePublicKeyBlob = class
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type StrongNamePublicKeyBlob = class
[<System.Serializable>]
type StrongNamePublicKeyBlob = class
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type StrongNamePublicKeyBlob = class
Public NotInheritable Class StrongNamePublicKeyBlob
Inheritance
StrongNamePublicKeyBlob
Attributes

Remarks

Caution

Code Access Security (CAS) has been deprecated across all versions of .NET Framework and .NET. Recent versions of .NET do not honor CAS annotations and produce errors if CAS-related APIs are used. Developers should seek alternative means of accomplishing security tasks.

This class facilitates the use of strong names for identification purposes.

For a complete description of strong names, see StrongName.

Constructors

StrongNamePublicKeyBlob(Byte[])

Initializes a new instance of the StrongNamePublicKeyBlob class with raw bytes of the public key blob.

Methods

Equals(Object)

Gets or sets a value indicating whether the current public key blob is equal to the specified public key blob.

GetHashCode()

Returns a hash code based on the public key.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Creates and returns a string representation of the public key blob.

Applies to

See also