PSWorkflowFileInstanceStore.Decrypt(ArraySegment<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decrypt
protected public:
virtual ArraySegment<System::Byte> Decrypt(ArraySegment<System::Byte> source);
protected internal virtual ArraySegment<byte> Decrypt (ArraySegment<byte> source);
abstract member Decrypt : ArraySegment<byte> -> ArraySegment<byte>
override this.Decrypt : ArraySegment<byte> -> ArraySegment<byte>
Protected Friend Overridable Function Decrypt (source As ArraySegment(Of Byte)) As ArraySegment(Of Byte)
Parameters
- source
- ArraySegment<Byte>