Initializes a new instance of the
SRTPPolicy class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic SRTPPolicy(
SRTPEncryptAlogirthm algorithm,
SRTPAuthentication authentication,
int encKeyLength,
int authKeyLength,
int authTagLength,
int saltKeyLength
)
Public Sub New (
algorithm As SRTPEncryptAlogirthm,
authentication As SRTPAuthentication,
encKeyLength As Integer,
authKeyLength As Integer,
authTagLength As Integer,
saltKeyLength As Integer
)
public:
SRTPPolicy(
SRTPEncryptAlogirthm algorithm,
SRTPAuthentication authentication,
int encKeyLength,
int authKeyLength,
int authTagLength,
int saltKeyLength
)
new :
algorithm : SRTPEncryptAlogirthm *
authentication : SRTPAuthentication *
encKeyLength : int *
authKeyLength : int *
authTagLength : int *
saltKeyLength : int -> SRTPPolicy
Parameters
- algorithm SRTPEncryptAlogirthm
-
- authentication SRTPAuthentication
-
- encKeyLength Int32
-
- authKeyLength Int32
-
- authTagLength Int32
-
- saltKeyLength Int32
-
See Also