You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.40
Former-commit-id: 6427cc082e74df30afc535fd906a3494b74b0817
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Mono.Security.Interface
|
||||
set { checkCertRevocationStatus = value; }
|
||||
}
|
||||
|
||||
public bool UseServicePointManagerCallback {
|
||||
public bool? UseServicePointManagerCallback {
|
||||
get { return useServicePointManagerCallback; }
|
||||
set { useServicePointManagerCallback = value; }
|
||||
}
|
||||
@@ -89,7 +89,7 @@ namespace Mono.Security.Interface
|
||||
bool cloned = false;
|
||||
bool checkCertName = true;
|
||||
bool checkCertRevocationStatus = false;
|
||||
bool useServicePointManagerCallback = true;
|
||||
bool? useServicePointManagerCallback = null;
|
||||
bool skipSystemValidators = false;
|
||||
bool callbackNeedsChain = true;
|
||||
ICertificateValidator certificateValidator;
|
||||
|
||||
Reference in New Issue
Block a user