Click or drag to resize

StreamDataGetDecryptedStreams Method

Get Decrypted Stream Data Collection

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public static List<StreamData> GetDecryptedStreams(
	List<StreamData> streams,
	string password
)

Parameters

streams
Type: System.Collections.GenericListStreamData
Stream Collection
password
Type: SystemString
Password

Return Value

Type: ListStreamData

[Missing <returns> documentation for "M:VIZCore3D.NET.Data.StreamData.GetDecryptedStreams(System.Collections.Generic.List{VIZCore3D.NET.Data.StreamData},System.String)"]

See Also