Gets or sets the URL of the OCSP responder service. URL can be retrieved from certificate's AIA
extension.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Uri URL { get; set; }
Public Property URL As Uri
Get
Set
public:
property Uri^ URL {
Uri^ get ();
void set (Uri^ value);
}
member URL : Uri with get, set
Property Value
Type:
UriSee Also