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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.