Method | Description | |
---|---|---|
ImportPem ( this collection, string fileName ) : void |
Imports all certificates from a PEM file.
|
Method | Description | |
---|---|---|
Read ( this request ) : string |
Read the response of a WebRequest.
|
|
VerifyWithExtraRoots ( this chain, |
public static ImportPem ( this collection, string fileName ) : void | ||
collection | this | Certificate collection. |
fileName | string | PEM file path. |
return | void |