PSWorkflowFileInstanceStore.Encrypt(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.
Encrypt
protected public:
virtual ArraySegment<System::Byte> Encrypt(ArraySegment<System::Byte> source);
protected internal virtual ArraySegment<byte> Encrypt (ArraySegment<byte> source);
abstract member Encrypt : ArraySegment<byte> -> ArraySegment<byte>
override this.Encrypt : ArraySegment<byte> -> ArraySegment<byte>
Protected Friend Overridable Function Encrypt (source As ArraySegment(Of Byte)) As ArraySegment(Of Byte)
Parameters
- source
- ArraySegment<Byte>