Поделиться через


AuthenticationEndpointProtocolOption.AuthenticationTypes - свойство

Получает или задает типы проверки подлинности.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
Public Property AuthenticationTypes As AuthenticationTypes
    Get
    Set
public AuthenticationTypes AuthenticationTypes { get; set; }
public:
property AuthenticationTypes AuthenticationTypes {
    AuthenticationTypes get ();
    void set (AuthenticationTypes value);
}
member AuthenticationTypes : AuthenticationTypes with get, set
function get AuthenticationTypes () : AuthenticationTypes
function set AuthenticationTypes (value : AuthenticationTypes)

Значение свойства

Тип: Microsoft.Data.Schema.ScriptDom.Sql.AuthenticationTypes
Возвращает значение перечисления AuthenticationTypes.

Безопасность платформы .NET Framework

См. также

Ссылки

AuthenticationEndpointProtocolOption Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен