Метод | Описание | |
---|---|---|
Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string | ||
Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue | ||
FakeEncryptionService ( EncryptedValue hardcodedValue ) : System |
public Decrypt ( EncryptedValue encryptedValue, IIncomingLogicalMessageContext context ) : string | ||
encryptedValue | EncryptedValue | |
context | IIncomingLogicalMessageContext | |
Результат | string |
public Encrypt ( string value, IOutgoingLogicalMessageContext context ) : EncryptedValue | ||
value | string | |
context | IOutgoingLogicalMessageContext | |
Результат | EncryptedValue |
public FakeEncryptionService ( EncryptedValue hardcodedValue ) : System | ||
hardcodedValue | EncryptedValue | |
Результат | System |