ISyndicationClient.ProxyCredential 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定使用 Proxy 提出要求時要使用的認證。
public:
property PasswordCredential ^ ProxyCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential ProxyCredential();
void ProxyCredential(PasswordCredential value);
public PasswordCredential ProxyCredential { get; set; }
var passwordCredential = iSyndicationClient.proxyCredential;
iSyndicationClient.proxyCredential = passwordCredential;
Public Property ProxyCredential As PasswordCredential
屬性值
一開始,這個值是使用者名稱/密碼 Tuple。 對於網域認證,使用者名稱會以 domain\user 形式表示。