AssemblyKeyFileAttribute.KeyFile 속성

정의

특성 사용 어셈블리에 대한 강력한 이름을 생성하는 데 사용되는 키 쌍을 포함하는 파일의 이름을 가져옵니다.

public:
 property System::String ^ KeyFile { System::String ^ get(); };
public string KeyFile { get; }
member this.KeyFile : string
Public ReadOnly Property KeyFile As String

속성 값

String

키 쌍을 포함하는 파일의 이름이 들어 있는 문자열입니다.

설명

주의

경로 및 파일 이름이 유지되므로 사용하는 AssemblyKeyFileAttribute 문자열에 중요한 정보가 포함되어 있지 않은지 확인합니다.

적용 대상