Click or drag to resize
Credentials Constructor
Initializes a new instance of the Credentials class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Credentials(
	string credentialType,
	IEnumerable<DigestElement> ds
)

Parameters

credentialType
Type: SystemString
ds
Type: System.Collections.GenericIEnumerableDigestElement
See Also