EncryptionHelper.CreateClientStream (Stream, Byte(), String, Boolean) Method

Create a client stream
Public Shared Function CreateClientStream( _ 
ByVal stream As Stream, _ 
ByVal public_key As Byte(), _ 
ByVal source As String, _ 
ByVal throw_on_read_error As Boolean
) As Stream
This language is not supported or no code example is available.
public static Stream CreateClientStream( 
Stream stream
byte[] public_key
string source
bool throw_on_read_error 
)
This language is not supported or no code example is available.
public:  
static Stream^ CreateClientStream( 
Stream^ stream
array< Byte >^ public_key
String^ source
bool throw_on_read_error 
)
This language is not supported or no code example is available.
public static function CreateClientStream( 
stream : Stream
public_key : byte[], 
source : String
throw_on_read_error : boolean 
) : Stream;
This language is not supported or no code example is available.

Parameters

stream
Stream

<default>

public_key
byte[]

<default>

source
string

throw_on_read_error
bool

Return Value

Stream

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition