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

属性值

注解

为输出提供之一或CryptoKeyContainerCryptoKeyFile一签名。 但不是两者。 如果同时指定 CryptoKeyContainer 了两者,则忽略。

此设置已过时,仅在 Microsoft Windows 平台上受支持。 用于CryptoPublicKey生成具有强名称的程序集和签名工具, (Microsoft .NET Framework 强名称实用工具 (sn.exe) 或等效) 对它们进行签名。

适用于