C# Class Internal.Cryptography.Pal.CollectionBackedStoreProvider

Inheritance: IStorePal
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
CollectionBackedStoreProvider System

Méthodes publiques

Méthode Description
Add ( ICertificatePal cert ) : void
CloneTo ( X509Certificate2Collection collection ) : void
Dispose ( ) : void
Remove ( ICertificatePal cert ) : void

Private Methods

Méthode Description
CollectionBackedStoreProvider ( List certs ) : System

Method Details

Add() public méthode

public Add ( ICertificatePal cert ) : void
cert ICertificatePal
Résultat void

CloneTo() public méthode

public CloneTo ( X509Certificate2Collection collection ) : void
collection System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Remove() public méthode

public Remove ( ICertificatePal cert ) : void
cert ICertificatePal
Résultat void