VssClientCredentials Implicit Conversion (WindowsCredential to VssClientCredentials)

Implicitly converts a WindowsCredential instance into a VssClientCredentials instance.

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    credential As WindowsCredential _
) As VssClientCredentials
public static implicit operator VssClientCredentials (
    WindowsCredential credential
)
static implicit operator VssClientCredentials^ (
    WindowsCredential^ credential
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: Microsoft.VisualStudio.Services.Client.VssClientCredentials
A new VssClientCredentials instance which wraps the specified credential.

.NET Framework Security

See Also

Reference

VssClientCredentials Class

Implicit Overload

Microsoft.VisualStudio.Services.Client Namespace