Share via


ProviderEndpointBehaviorAttribute Constructor (CredentialType)

 

Initializes a new instance of the ProviderEndpointBehaviorAttribute class with the specified credential type.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public ProviderEndpointBehaviorAttribute(
    CredentialType endpointCredentialType
)
public:
ProviderEndpointBehaviorAttribute(
    CredentialType endpointCredentialType
)
Public Sub New (
    endpointCredentialType As CredentialType
)

Parameters

See Also

ProviderEndpointBehaviorAttribute Overload
ProviderEndpointBehaviorAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top