GetCredential Method

Returns the [NetworkCredential] instance associated with the supplied realm.

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

Syntax

'Declaration
Public Function GetCredential ( _
    realm As String _
) As NetworkCredential
'Usage
Dim instance As SipCredentialCache
Dim realm As String
Dim returnValue As NetworkCredential

returnValue = instance.GetCredential(realm)
public NetworkCredential GetCredential(
    string realm
)

Parameters

Return Value

Type: System.Net..::..NetworkCredential
Returns the [NetworkCredential] instance associated with the supplied realm.

See Also

Reference

SipCredentialCache Class

SipCredentialCache Members

Microsoft.Rtc.Signaling Namespace