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: 1.8.12.0 (1.8.12)
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