C# Class NServiceBus.RijndaelEncryptionServiceConfigValidations

Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
ConfigurationHasDuplicateKeyIdentifiers ( RijndaelEncryptionServiceConfig section ) : bool
EncryptionKeyListedInExpiredKeys ( RijndaelEncryptionServiceConfig section ) : bool
ExpiredKeysHaveDuplicateKeys ( RijndaelEncryptionServiceConfig section ) : bool
ExpiredKeysHaveWhiteSpace ( RijndaelEncryptionServiceConfig section ) : bool
OneOrMoreExpiredKeysHaveNoKeyIdentifier ( RijndaelEncryptionServiceConfig section ) : bool

Method Details

ConfigurationHasDuplicateKeyIdentifiers() public static method

public static ConfigurationHasDuplicateKeyIdentifiers ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
return bool

EncryptionKeyListedInExpiredKeys() public static method

public static EncryptionKeyListedInExpiredKeys ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
return bool

ExpiredKeysHaveDuplicateKeys() public static method

public static ExpiredKeysHaveDuplicateKeys ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
return bool

ExpiredKeysHaveWhiteSpace() public static method

public static ExpiredKeysHaveWhiteSpace ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
return bool

OneOrMoreExpiredKeysHaveNoKeyIdentifier() public static method

public static OneOrMoreExpiredKeysHaveNoKeyIdentifier ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
return bool