Click or drag to resize

CryptoAttribute Constructor (UInt32, String, String, String)

Initializes a new instance of the CryptoAttribute class

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

Parameters

tag
Type: SystemUInt32
cyptoSuite
Type: SystemString
keyParams
Type: SystemString
sessionParams (Optional)
Type: SystemString
See Also