UserEndpoint.Credential Property
Gets or sets the credential needed to authenticate the endpoint with servers.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Credential As NetworkCredential
Get
Set
'Usage
Dim instance As UserEndpoint
Dim value As NetworkCredential
value = instance.Credential
instance.Credential = value
public NetworkCredential Credential { get; set; }
Property Value
Type: System.Net.NetworkCredential
Remarks
This value is initialized with the credential passed through UserEndpointSettings and can subsequently be overwritten if a different set of credentials is to be used. Use CredentialCache.DefaultNetworkCredentials for logged on user.