Udostępnij za pośrednictwem


PassportAuthentication Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy PassportAuthentication.

public:
 PassportAuthentication();
public PassportAuthentication ();
Public Sub New ()

Przykłady

W poniższym przykładzie kodu pokazano, jak utworzyć PassportAuthentication obiekt.


// Create a new passport object.
PassportAuthentication newPassport = new PassportAuthentication();
' Create a new passport object.
Dim newPassport As New PassportAuthentication()

Dotyczy