PassportAuthentication Конструктор

Определение

Инициализирует новый экземпляр класса PassportAuthentication.

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

Примеры

В следующем примере кода показано, как создать PassportAuthentication объект.


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

Применяется к