System::Net::NetworkCredential::GetCredential 메서드
NetworkCredential::GetCredential(String, int32_t, String) method
지정된 호스트 이름, 포트 및 인증 유형에 대한 자격 증명을 반환합니다.
System::SharedPtr<NetworkCredential> System::Net::NetworkCredential::GetCredential(String host, int32_t port, String authenticationType) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| host | String | 호스트 이름입니다. |
| 포트 | int32_t | 포트 번호입니다. |
| authenticationType | String | 인증 유형. |
또 보기
- Typedef SharedPtr
- Class NetworkCredential
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Page for C++
NetworkCredential::GetCredential(System::SharedPtr<Uri>, String) method
지정된 URI 및 인증 유형에 대한 자격 증명을 반환합니다.
System::SharedPtr<NetworkCredential> System::Net::NetworkCredential::GetCredential(System::SharedPtr<Uri> uri, String authenticationType) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| uri | System::SharedPtr<Uri> | URI입니다. |
| authenticationType | String | 인증 유형. |
또 보기
- Typedef SharedPtr
- Class NetworkCredential
- Class Uri
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Page for C++