StrongNamePublicKeyBlob クラス

定義

注意事項

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

厳密な名前の BLOB という公開キー情報を表します。 このクラスは継承できません。

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
継承
StrongNamePublicKeyBlob
属性

注釈

このクラスは、識別目的で厳密な名前を使用しやすくします。

厳密な名前の完全な説明については、次を参照してください StrongName

コンストラクター

StrongNamePublicKeyBlob(Byte[])

StrongNamePublicKeyBlob クラスの新しいインスタンスを公開キー BLOB の生バイトを使用して初期化します。

メソッド

Equals(Object)

現在の公開キー BLOB が指定した公開キー BLOB と同じかどうかを示す値を取得または設定します。

GetHashCode()

公開キーに基づくハッシュ コードを返します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

公開キー BLOB の文字列形式を作成して返します。

適用対象

こちらもご覧ください