CompilationOptions.CryptoPublicKey 속성

정의

컴파일 어셈블리의 강력한 이름을 생성하는 데 사용되는 공개 키를 지정하거나 지정하지 않으면 비어 있습니다.

public:  property System::Collections::Immutable::ImmutableArray<System::Byte> CryptoPublicKey {  public:
System::Collections::Immutable::ImmutableArray<System::Byte> get(); protected:
 void set(System::Collections::Immutable::ImmutableArray<System::Byte> value); };
public System.Collections.Immutable.ImmutableArray<byte> CryptoPublicKey { get; protected set; }
member this.CryptoPublicKey : System.Collections.Immutable.ImmutableArray<byte> with get, set
Public Property CryptoPublicKey As ImmutableArray(Of Byte)

속성 값

설명

값을 CryptoKeyFileCryptoKeyContainer 지정한 경우 null이어야 합니다. true이면 PublicSign 어셈블리가 완전히 서명된 것으로 표시되지만 공개 키(즉, "OSS 서명")로만 서명됩니다.

적용 대상