C# Class Internal.Cryptography.Pal.CollectionBackedStoreProvider

Inheritance: IStorePal
Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
CollectionBackedStoreProvider System

Public Methods

Method Description
Add ( ICertificatePal cert ) : void
CloneTo ( X509Certificate2Collection collection ) : void
Dispose ( ) : void
Remove ( ICertificatePal cert ) : void

Private Methods

Method Description
CollectionBackedStoreProvider ( List certs ) : System

Method Details

Add() public method

public Add ( ICertificatePal cert ) : void
cert ICertificatePal
return void

CloneTo() public method

public CloneTo ( X509Certificate2Collection collection ) : void
collection System.Security.Cryptography.X509Certificates.X509Certificate2Collection
return void

Dispose() public method

public Dispose ( ) : void
return void

Remove() public method

public Remove ( ICertificatePal cert ) : void
cert ICertificatePal
return void