Gets or sets authentication information used with URI-based operations
public ICredentials UriOperationCredentials { get; set; } Public Property UriOperationCredentials As ICredentials public:property ICredentials^ UriOperationCredentials {ICredentials^ get();void set ( ICredentials^ );}
An ICredentials that contains the authentication credentials used with URI-based operations. The default is a null reference.
The UriOperationCredentials is used to authenticate the required access to a remote resource.
To override the default credentials to use when accessing a remote resource, you must change the value of the UriOperationCredentials property prior to calling any of these methods:
To change the proxy information to use when accessing a remote resource, use the UriOperationProxy property.
For an example, refer to Save(RasterImage image, Uri uri, RasterImageFormat format, int bitsPerPixel, int firstPage, int lastPage).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
