CompilationOptions.CryptoPublicKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies public key used to generate strong name for the compilation assembly, or empty if not specified.
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)
Property Value
Remarks
If specified the values of CryptoKeyFile and CryptoKeyContainer must be null. If PublicSign is true the assembly is marked as fully signed but only signed with the public key (aka "OSS signing").
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET