Credentials Property

Summary
Gets or sets the credentials for this SharePointClient object.
Syntax
C#
VB
C++
public ICredentials Credentials { get; set; } 
  
Public Property Credentials As ICredentials 
public: 
property ICredentials^ Credentials { 
   ICredentials^ get(); 
   void set (    ICredentials^ ); 
} 

Property Value

The credentials for this SharePointClient object. The default value is null (Nothing in VB).

Remarks

The Credentials object must be either a System.Net.NetworkCredential or a System.Net.CredentialCache object.

Example

For an example, refer to SharePointClient.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.