Method | Description | |
---|---|---|
DecryptValue ( this encryptionService, string &stringToDecrypt, IIncomingLogicalMessageContext context ) : void | ||
EncryptValue ( this encryptionService, string &stringToEncrypt, IOutgoingLogicalMessageContext context ) : void |
public static DecryptValue ( this encryptionService, string &stringToDecrypt, IIncomingLogicalMessageContext context ) : void | ||
encryptionService | this | |
stringToDecrypt | string | |
context | IIncomingLogicalMessageContext | |
return | void |
public static EncryptValue ( this encryptionService, string &stringToEncrypt, IOutgoingLogicalMessageContext context ) : void | ||
encryptionService | this | |
stringToEncrypt | string | |
context | IOutgoingLogicalMessageContext | |
return | void |