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

속성 값

설명

출력 공급에 서명하려면 다음 중 CryptoKeyFile 하나 또는 CryptoKeyContainer. 하지만 둘 다 아닙니다. 둘 다 지정된 CryptoKeyContainer 경우 무시됩니다.

이 설정은 사용되지 않으며 Microsoft Windows 플랫폼에서만 지원됩니다. 강력한 이름 및 서명 도구(Microsoft .NET Framework 강력한 이름 유틸리티(sn.exe) 또는 이에 상응하는 어셈블리를 생성하여 서명하는 데 사용합니다CryptoPublicKey.

적용 대상