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
endpointCredentialType
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.CredentialTypeThe 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