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

속성 값

설명

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

또한 설정된 CryptoKeyFile 경우 PublicSign 키 파일의 절대 경로여야 합니다.

적용 대상