Click or drag to resize

CryptoAttribute(UInt32, String, String, String) Constructor

Initializes a new instance of the CryptoAttribute class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public CryptoAttribute(
	uint tag,
	string cyptoSuite,
	string keyParams,
	string sessionParams = ""
)

Parameters

tag  UInt32
 
cyptoSuite  String
 
keyParams  String
 
sessionParams  String  (Optional)
 
See Also