C# Class Conjur.Extensions

Utility extension methods.
Show file Open project: conjurinc/api-dotnet

Public Methods

Method Description
ImportPem ( this collection, string fileName ) : void

Imports all certificates from a PEM file.

Private Methods

Method Description
Read ( this request ) : string

Read the response of a WebRequest.

VerifyWithExtraRoots ( this chain, X509Certificate certificate, X509Certificate2Collection extraRoots ) : bool

Method Details

ImportPem() public static method

Imports all certificates from a PEM file.
public static ImportPem ( this collection, string fileName ) : void
collection this Certificate collection.
fileName string PEM file path.
return void