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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.