다음을 통해 공유


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

적용 대상