CredentialCache Property

Gets the credentials cache needed to authenticate the application with servers.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property CredentialCache As SipCredentialCache
    Get
'Usage
Dim instance As SipEndpoint
Dim value As SipCredentialCache

value = instance.CredentialCache
public SipCredentialCache CredentialCache { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..SipCredentialCache
A [SipCredentialCache] object representing the credentials cache.

See Also

Reference

SipEndpoint Class

SipEndpoint Members

Microsoft.Rtc.Signaling Namespace