ManagedPEBuilder.Sign Method
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.
public:
void Sign(System::Reflection::Metadata::BlobBuilder ^ peImage, Func<System::Collections::Generic::IEnumerable<System::Reflection::Metadata::Blob> ^, cli::array <System::Byte> ^> ^ signatureProvider);
public void Sign (System.Reflection.Metadata.BlobBuilder peImage, Func<System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>,byte[]> signatureProvider);
member this.Sign : System.Reflection.Metadata.BlobBuilder * Func<seq<System.Reflection.Metadata.Blob>, byte[]> -> unit
override this.Sign : System.Reflection.Metadata.BlobBuilder * Func<seq<System.Reflection.Metadata.Blob>, byte[]> -> unit
Public Sub Sign (peImage As BlobBuilder, signatureProvider As Func(Of IEnumerable(Of Blob), Byte()))
Parameters
- peImage
- BlobBuilder
- signatureProvider
- Func<IEnumerable<Blob>,Byte[]>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.