'Declaration Public Shared Function GetCRL( _ ByVal uri As System.Uri _ ) As System.Byte()
public static System.byte[] GetCRL( System.Uri uri )
Parameters
- uri
- The target URL.
Return Value
The CRL or a null reference (Nothing in Visual Basic) if the CRL could not be obtained from the specified URL.