SqlAuthenticationInitializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called from constructors in derived classes to initialize the SqlAuthenticationInitializer class.
public abstract class SqlAuthenticationInitializer
type SqlAuthenticationInitializer = class
Public MustInherit Class SqlAuthenticationInitializer
- Inheritance
-
SqlAuthenticationInitializer
Constructors
| SqlAuthenticationInitializer() |
Methods
| Initialize() |
When overridden in a derived class, initializes the authentication initializer. This method is called by the SqlAuthenticationInitializer() constructor during startup. |