Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 UserEndpointSettings
Dim value As NetworkCredential
value = instance.Credential
instance.Credential = value
public NetworkCredential Credential { get; set; }
Property Value
Type: System.Net.NetworkCredential
Remarks
Use CredentialCache.DefaultNetworkCredentials for logged on user.