C# Class System.Security.Cryptography.X509Certificates.X509Store

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

Méthodes publiques

Méthode Description
Add ( System certificate ) : void
Add ( X509Certificate2 certificate ) : void
AddRange ( System certificates ) : void
AddRange ( X509Certificate2Collection certificates ) : void
Close ( ) : void
Dispose ( ) : void
Open ( OpenFlags flags ) : void
Open ( System flags ) : void
Remove ( System certificate ) : void
Remove ( X509Certificate2 certificate ) : void
RemoveRange ( System certificates ) : void
RemoveRange ( X509Certificate2Collection certificates ) : void
X509Store ( )
X509Store ( System storeHandle )
X509Store ( System storeName, System storeLocation )
X509Store ( string storeName )
X509Store ( string storeName, System storeLocation )
X509Store ( ) : System.Diagnostics
X509Store ( IntPtr storeHandle ) : System.Diagnostics
X509Store ( StoreLocation storeLocation ) : System.Diagnostics
X509Store ( StoreName storeName ) : System.Diagnostics
X509Store ( StoreName storeName, StoreLocation storeLocation ) : System.Diagnostics
X509Store ( string storeName ) : System.Diagnostics
X509Store ( string storeName, StoreLocation storeLocation ) : System.Diagnostics

Method Details

Add() public méthode

public Add ( System certificate ) : void
certificate System
Résultat void

Add() public méthode

public Add ( X509Certificate2 certificate ) : void
certificate X509Certificate2
Résultat void

AddRange() public méthode

public AddRange ( System certificates ) : void
certificates System
Résultat void

AddRange() public méthode

public AddRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Open() public méthode

public Open ( OpenFlags flags ) : void
flags OpenFlags
Résultat void

Open() public méthode

public Open ( System flags ) : void
flags System
Résultat void

Remove() public méthode

public Remove ( System certificate ) : void
certificate System
Résultat void

Remove() public méthode

public Remove ( X509Certificate2 certificate ) : void
certificate X509Certificate2
Résultat void

RemoveRange() public méthode

public RemoveRange ( System certificates ) : void
certificates System
Résultat void

RemoveRange() public méthode

public RemoveRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
Résultat void

X509Store() public méthode

public X509Store ( )

X509Store() public méthode

public X509Store ( System storeHandle )
storeHandle System

X509Store() public méthode

public X509Store ( System storeName, System storeLocation )
storeName System
storeLocation System

X509Store() public méthode

public X509Store ( string storeName )
storeName string

X509Store() public méthode

public X509Store ( string storeName, System storeLocation )
storeName string
storeLocation System

X509Store() public méthode

public X509Store ( ) : System.Diagnostics
Résultat System.Diagnostics

X509Store() public méthode

public X509Store ( IntPtr storeHandle ) : System.Diagnostics
storeHandle IntPtr
Résultat System.Diagnostics

X509Store() public méthode

public X509Store ( StoreLocation storeLocation ) : System.Diagnostics
storeLocation StoreLocation
Résultat System.Diagnostics

X509Store() public méthode

public X509Store ( StoreName storeName ) : System.Diagnostics
storeName StoreName
Résultat System.Diagnostics

X509Store() public méthode

public X509Store ( StoreName storeName, StoreLocation storeLocation ) : System.Diagnostics
storeName StoreName
storeLocation StoreLocation
Résultat System.Diagnostics

X509Store() public méthode

public X509Store ( string storeName ) : System.Diagnostics
storeName string
Résultat System.Diagnostics

X509Store() public méthode

public X509Store ( string storeName, StoreLocation storeLocation ) : System.Diagnostics
storeName string
storeLocation StoreLocation
Résultat System.Diagnostics