←Select platform

UriOperationCredentials Property

Summary

Gets or sets authentication information used with URI-based operations

Syntax

C#
VB
C++
public ICredentials UriOperationCredentials { get; set; } 
Public Property UriOperationCredentials As ICredentials 
public: 
property ICredentials^ UriOperationCredentials { 
   ICredentials^ get(); 
   void set (    ICredentials^ ); 
} 

Property Value

An ICredentials that contains the authentication credentials used with URI-based operations. The default is a null reference.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly