SipCredentialCache.GetCredential(String) Method

Definition

Returns the NetworkCredential instance associated with the supplied Realm.

public:
 System::Net::NetworkCredential ^ GetCredential(System::String ^ realm);
public System.Net.NetworkCredential GetCredential (string realm);
member this.GetCredential : string -> System.Net.NetworkCredential
Public Function GetCredential (realm As String) As NetworkCredential

Parameters

realm
String

The realm to retrieve the matching credential.

Returns

Returns the NetworkCredential instance associated with the supplied realm or null if not found.

Applies to