[]
Downloads the CRL from a specified URL.
public static byte[] GetCRL(Uri uri)
Public Shared Function GetCRL(uri As Uri) As Byte()
| Type | Name | Description |
|---|---|---|
| Uri | uri | The target URL. |
| Type | Description |
|---|---|
| byte[] | The CRL or null if the CRL could not be obtained from the specified URL. |