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.
Gets the credential type that is expected by the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataMemberAttribute]
public CredentialType EndpointCredentialType { get; private set; }
public:
[DataMemberAttribute]
property CredentialType EndpointCredentialType {
CredentialType get();
private: void set(CredentialType value);
}
<DataMemberAttribute>
Public Property EndpointCredentialType As CredentialType
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.CredentialType
An instance of CredentialType.
See Also
ProviderEndpointBehaviorAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top