Ozeki VoIP SDK Class library
CryptoDescription Constructor (tag, cryptoSuite, keyParams, sessionParams)
NamespacesOzeki.Media.SessionCryptoDescriptionCryptoDescription(UInt32, String, String, String)
Initializes a new instance of the CryptoDescription class
Declaration Syntax
C#Visual BasicVisual C++
public CryptoDescription(
	uint tag,
	string cryptoSuite,
	string keyParams,
	string sessionParams
)
Public Sub New ( 
	tag As UInteger,
	cryptoSuite As String,
	keyParams As String,
	sessionParams As String
)
public:
CryptoDescription(
	unsigned int tag, 
	String^ cryptoSuite, 
	String^ keyParams, 
	String^ sessionParams
)
Parameters
tag (UInt32)
cryptoSuite (String)
keyParams (String)
sessionParams (String)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649