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.
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
- endpointCredentialType 
 Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.CredentialType- The type of credentials that are used for client authentication to the provider. 
See Also
ProviderEndpointBehaviorAttribute Overload
ProviderEndpointBehaviorAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top