| IMediaChannelSetCryptoParameters Method  | 
            Sets the encryption and decryption parameters of the media channel.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxvoid SetCryptoParameters(
	CryptoDescription localParameter,
	CryptoDescription remoteParamater
)
Sub SetCryptoParameters ( 
	localParameter As CryptoDescription,
	remoteParamater As CryptoDescription
)
void SetCryptoParameters(
	CryptoDescription^ localParameter, 
	CryptoDescription^ remoteParamater
)
abstract SetCryptoParameters : 
        localParameter : CryptoDescription * 
        remoteParamater : CryptoDescription -> unit 
Parameters
- localParameter
 - Type: Ozeki.MediaCryptoDescription
 - remoteParamater
 - Type: Ozeki.MediaCryptoDescription
 
See Also