次の方法で共有


CompilationOptions.CryptoKeyContainer プロパティ

定義

出力に署名するキーを含む CSP コンテナー。

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

プロパティ値

注釈

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

この設定は廃止されており、Microsoft Windows プラットフォームでのみサポートされています。 厳密な名前と署名ツール (Microsoft .NET Framework 厳密な名前ユーティリティ (sn.exe) またはそれと同等のアセンブリを生成して署名するために使用CryptoPublicKeyします。

適用対象