System::Net::CredentialCache::GetCredential मेथड

CredentialCache::GetCredential(String, int32_t, String) method

निर्दिष्ट होस्ट नाम, पोर्ट, और प्रमाणीकरण प्रकार के लिए क्रेडेंशियल लौटाता है।

System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(String host, int32_t port, String authenticationType) override
पैरामीटरप्रकारविवरण
hostStringक्रेडेंशियल्स से जुड़े होस्ट नाम।
पोर्टint32_tपोर्ट संख्या।
authenticationTypeStringप्रमाणीकरण प्रकार।

संबंधित देखें

CredentialCache::GetCredential(System::SharedPtr<Uri>, String) method

निर्दिष्ट URI प्रीफ़िक्स और ऑथेंटिकेशन प्रकार के लिए क्रेडेंशियल्स लौटाता है।

System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(System::SharedPtr<Uri> uriPrefix, String authenticationType) override
पैरामीटरप्रकारविवरण
uriPrefixSystem::SharedPtr<Uri>URI प्रीफ़िक्स।
authenticationTypeStringएक प्रमाणीकरण प्रकार।

संबंधित देखें