次の方法で共有


CompilationOptions.CryptoKeyFile プロパティ

定義

コンパイル アセンブリの厳密な名前を生成して署名するために使用する公開キーと秘密キーを含むファイルの名前。

public:  property System::String ^ CryptoKeyFile {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string CryptoKeyFile { get; protected set; }
public string? CryptoKeyFile { get; protected set; }
member this.CryptoKeyFile : string with get, set
Public Property CryptoKeyFile As String

プロパティ値

注釈

出力に署名するには、次のいずれかまたは 1 つ CryptoKeyFile を指定します CryptoKeyContainer。 ただし、両方ではありません。 両方を指定した CryptoKeyContainer 場合は無視されます。

また、設定されている場合 PublicSign は、 CryptoKeyFile キー ファイルへの絶対パスである必要があります。

適用対象