VisualBasicCompilationOptions.WithCryptoPublicKey Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine neue VisualBasicCompilationOptions-Instanz mit einem anderen öffentlichen Schlüssel.
public:
Microsoft::CodeAnalysis::VisualBasic::VisualBasicCompilationOptions ^ WithCryptoPublicKey(System::Collections::Immutable::ImmutableArray<System::Byte> value);
public Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilationOptions WithCryptoPublicKey(System.Collections.Immutable.ImmutableArray<byte> value);
override this.WithCryptoPublicKey : System.Collections.Immutable.ImmutableArray<byte> -> Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilationOptions
Public Function WithCryptoPublicKey (value As ImmutableArray(Of Byte)) As VisualBasicCompilationOptions
Parameter
- value
- ImmutableArray<Byte>
Der Pfad der Kryptografieschlüsseldatei.
Gibt zurück
Eine neue Instanz von VisualBasicCompilationOptions, wenn der öffentliche Schlüssel anders ist; andernfalls aktuelle Instanz.