| XmlLicenseFileServiceUseDefaultCredentials Property |
Gets or sets a value that indicates whether to set the System.Web.Services.Protocols.WebClientProtocol.Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.
Namespace: com.softwarekey.Client.WebService.XmlLicenseFileServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic bool UseDefaultCredentials { get; set; }Public Property UseDefaultCredentials As Boolean
Get
Set
public:
property bool UseDefaultCredentials {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also