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

See Also

Reference

UserEndpoint Class

UserEndpoint Members

Microsoft.Rtc.Collaboration Namespace