Gets and sets the property PathPrefix.
The path prefix for filtering the results. For example: CopyC#
would
get all server certificates for which the path starts with /company/servercerts
CopyC#
.
/company/servercerts
This parameter is optional. If it is not included, it defaults to a slash (/), listing all server certificates.

C# |
public string PathPrefix { get; set; }