CompilationOptions.CryptoKeyContainer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含用于对输出进行签名的密钥的 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
属性值
注解
为输出提供之一或CryptoKeyContainer之CryptoKeyFile一签名。 但不是两者。 如果同时指定 CryptoKeyContainer 了两者,则忽略。
此设置已过时,仅在 Microsoft Windows 平台上受支持。 用于CryptoPublicKey生成具有强名称的程序集和签名工具, (Microsoft .NET Framework 强名称实用工具 (sn.exe) 或等效) 对它们进行签名。