SqlAuthenticationInitializer Classe
Definição
Define o comportamento núcleo de inicializadores de autenticação que possam ser registrados no arquivo app.config e fornece uma base para classes derivadas.Defines the core behavior of authentication initializers that can be registered in the app.config file and provides a base for derived classes.
public ref class SqlAuthenticationInitializer abstract
public abstract class SqlAuthenticationInitializer
type SqlAuthenticationInitializer = class
Public MustInherit Class SqlAuthenticationInitializer
- Herança
-
SqlAuthenticationInitializer
Construtores
| SqlAuthenticationInitializer() |
Chamado de construtores em classes derivadas para inicializar a classe SqlAuthenticationInitializer.Called from constructors in derived classes to initialize the SqlAuthenticationInitializer class. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| Initialize() |
Quando substituído em uma classe derivada, inicializa o inicializador de autenticação.When overridden in a derived class, initializes the authentication initializer. Este método é chamado pelo construtor SqlAuthenticationInitializer() durante a inicialização.This method is called by the SqlAuthenticationInitializer() constructor during startup. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |