C# Class NServiceBus.RijndaelEncryptionServiceConfigValidations

Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static ConfigurationHasDuplicateKeyIdentifiers ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
Résultat bool

EncryptionKeyListedInExpiredKeys() public static méthode

public static EncryptionKeyListedInExpiredKeys ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
Résultat bool

ExpiredKeysHaveDuplicateKeys() public static méthode

public static ExpiredKeysHaveDuplicateKeys ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
Résultat bool

ExpiredKeysHaveWhiteSpace() public static méthode

public static ExpiredKeysHaveWhiteSpace ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
Résultat bool

OneOrMoreExpiredKeysHaveNoKeyIdentifier() public static méthode

public static OneOrMoreExpiredKeysHaveNoKeyIdentifier ( RijndaelEncryptionServiceConfig section ) : bool
section RijndaelEncryptionServiceConfig
Résultat bool