NServiceBus.RijndaelEncryptionService.AddKeyIdentifierHeader C# (CSharp) Method

AddKeyIdentifierHeader() protected method

protected AddKeyIdentifierHeader ( IOutgoingLogicalMessageContext context ) : void
context IOutgoingLogicalMessageContext
return void
        protected virtual void AddKeyIdentifierHeader(IOutgoingLogicalMessageContext context)
        {
            context.Headers[Headers.RijndaelKeyIdentifier] = encryptionKeyIdentifier;
        }