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
endpointCredentialType
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.CredentialTypeThe type of credentials that are used for client authentication to the provider.
allowedConnectionType
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ConnectionSettingA setting that allows or denies incoming connections based on whether it is from the local host computer or a remote connection.
See Also
ProviderEndpointBehaviorAttribute Overload
ProviderEndpointBehaviorAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top