| LoginDetailsTrustAllCertificates Property |
Should all certificates be trusted?
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic bool TrustAllCertificates { get; set; }Public Property TrustAllCertificates As Boolean
Get
Set
public:
property bool TrustAllCertificates {
bool get ();
void set (bool value);
}member TrustAllCertificates : bool with get, set
Property Value
Type:
Boolean
See Also