AssemblyKeyFileAttribute.KeyFile プロパティ

定義

属性付きアセンブリの厳密な名前を生成するために使用するキー ペアを格納しているファイルの名前を取得します。

public:
 property System::String ^ KeyFile { System::String ^ get(); };
public string KeyFile { get; }
member this.KeyFile : string
Public ReadOnly Property KeyFile As String

プロパティ値

String

キー ペアを格納しているファイルの名前を含む文字列。

注釈

注意事項

パスとファイル名は保持されるため、使用 AssemblyKeyFileAttribute する文字列に機密情報が含まれていないことを確認します。

適用対象