SipCredentialCache.GetCredential(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.