Share via


ProviderEndpointBehaviorAttribute Constructor (CredentialType, ConnectionSetting)

 

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

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

Syntax

public ProviderEndpointBehaviorAttribute(
    CredentialType endpointCredentialType,
    ConnectionSetting allowedConnectionType
)
public:
ProviderEndpointBehaviorAttribute(
    CredentialType endpointCredentialType,
    ConnectionSetting allowedConnectionType
)
Public Sub New (
    endpointCredentialType As CredentialType,
    allowedConnectionType As ConnectionSetting
)

Parameters

See Also

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

Return to top