FormsAuthenticationConfiguration Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der FormsAuthenticationConfiguration-Klasse.
public:
FormsAuthenticationConfiguration();
public FormsAuthenticationConfiguration ();
Public Sub New ()
Beispiele
Im folgenden Codebeispiel wird gezeigt, wie ein FormsAuthenticationConfiguration Objekt erstellt wird.
// Create a new FormsAuthentication object.
FormsAuthenticationConfiguration newformsAuthentication =
new FormsAuthenticationConfiguration();
' Create a new FormsAuthentication object.
Dim newformsAuthentication _
As New FormsAuthenticationConfiguration()