SRTPEngineCryptoSuite Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic SRTPCryptoSuite CryptoSuite { get; set; }
Public Property CryptoSuite As SRTPCryptoSuite
Get
Set
public:
property SRTPCryptoSuite^ CryptoSuite {
SRTPCryptoSuite^ get ();
void set (SRTPCryptoSuite^ value);
}
member CryptoSuite : SRTPCryptoSuite with get, set
Property Value
Type:
SRTPCryptoSuite
See Also