SyndicationClient.ServerCredential Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta le credenziali da utilizzare durante l'esecuzione di richieste al server.
public:
property PasswordCredential ^ ServerCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential ServerCredential();
void ServerCredential(PasswordCredential value);
public PasswordCredential ServerCredential { get; set; }
var passwordCredential = syndicationClient.serverCredential;
syndicationClient.serverCredential = passwordCredential;
Public Property ServerCredential As PasswordCredential
Valore della proprietà
Initally, questo valore è una tupla nome utente/password. Per le credenziali di dominio, il nome utente è nel formato dominio\utente.