NServiceBus.ConfigureRijndaelEncryptionService.GetEncryptionServiceConstructor C# (CSharp) Method

GetEncryptionServiceConstructor() static private method

static private GetEncryptionServiceConstructor ( this settings ) : Func
settings this
return Func
        internal static Func<IEncryptionService> GetEncryptionServiceConstructor(this ReadOnlySettings settings)
        {
            return settings.Get<Func<IEncryptionService>>(EncryptedServiceContstructorKey);
        }