Click or drag to resize

Credentials Constructor

Initializes a new instance of the Credentials class

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

Parameters

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