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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.