ISignatureWriter

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Interface for signature types that can be written to a stream.

public interface ISignatureWriter

Methods

WritePem(Stream, bool)

Writes the signature using PEM format to the specified stream.

void WritePem(Stream stream, bool publicKeyOnly)

Parameters

NameDescription

The stream to write.

Whether to write only public key data.

Last updated