Table of Contents

Enum SqlProviderAuthenticationType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Specifies the type of authentication supported by a cryptographic provider.

public enum SqlProviderAuthenticationType

Fields

Basic = 2

The authentication type is basic authentication.

Other = 3

The authentication type is other.

Unknown = 0

The authentication type is unknown.

Windows = 1

The authentication type is Windows authentication.