次の方法で共有


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()

適用対象