Метод | Описание | |
---|---|---|
Decrypt ( NServiceBus.EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string | ||
Encrypt ( string value, IOutgoingLogicalMessageContext context ) : NServiceBus.EncryptedValue | ||
RijndaelEncryptionService ( string encryptionKeyIdentifier, byte[]>.IDictionary |
Метод | Описание | |
---|---|---|
AddKeyIdentifierHeader ( IOutgoingLogicalMessageContext context ) : void | ||
ConfigureIV ( |
||
TryGetKeyIdentifierHeader ( string &keyIdentifier, IIncomingLogicalMessageContext context ) : bool |
Метод | Описание | |
---|---|---|
Decrypt ( NServiceBus.EncryptedValue encryptedValue, byte key ) : string | ||
DecryptUsingAllKeys ( NServiceBus.EncryptedValue encryptedValue ) : string | ||
DecryptUsingKeyIdentifier ( NServiceBus.EncryptedValue encryptedValue, string keyIdentifier ) : string | ||
IsValidKey ( byte key ) : bool | ||
VerifyEncryptionKey ( byte key ) : void | ||
VerifyExpiredKeys ( IList |
protected AddKeyIdentifierHeader ( IOutgoingLogicalMessageContext context ) : void | ||
context | IOutgoingLogicalMessageContext | |
Результат | void |
protected ConfigureIV ( |
||
rijndael | ||
Результат | void |
public Decrypt ( NServiceBus.EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string | ||
encryptedValue | NServiceBus.EncryptedValue | |
context | IIncomingLogicalMessageContext | |
Результат | string |
public Encrypt ( string value, IOutgoingLogicalMessageContext context ) : NServiceBus.EncryptedValue | ||
value | string | |
context | IOutgoingLogicalMessageContext | |
Результат | NServiceBus.EncryptedValue |
public RijndaelEncryptionService ( string encryptionKeyIdentifier, byte[]>.IDictionary |
||
encryptionKeyIdentifier | string | |
keys | byte[]>.IDictionary | |
decryptionKeys | IList |
|
Результат | System |
protected TryGetKeyIdentifierHeader ( string &keyIdentifier, IIncomingLogicalMessageContext context ) : bool | ||
keyIdentifier | string | |
context | IIncomingLogicalMessageContext | |
Результат | bool |