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

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

Public Methods

Method 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 method

public Add ( System certificate ) : void
certificate System
return void

Add() public method

public Add ( X509Certificate2 certificate ) : void
certificate X509Certificate2
return void

AddRange() public method

public AddRange ( System certificates ) : void
certificates System
return void

AddRange() public method

public AddRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
return void

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Open() public method

public Open ( OpenFlags flags ) : void
flags OpenFlags
return void

Open() public method

public Open ( System flags ) : void
flags System
return void

Remove() public method

public Remove ( System certificate ) : void
certificate System
return void

Remove() public method

public Remove ( X509Certificate2 certificate ) : void
certificate X509Certificate2
return void

RemoveRange() public method

public RemoveRange ( System certificates ) : void
certificates System
return void

RemoveRange() public method

public RemoveRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
return void

X509Store() public method

public X509Store ( )

X509Store() public method

public X509Store ( System storeHandle )
storeHandle System

X509Store() public method

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

X509Store() public method

public X509Store ( string storeName )
storeName string

X509Store() public method

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

X509Store() public method

public X509Store ( ) : System.Diagnostics
return System.Diagnostics

X509Store() public method

public X509Store ( IntPtr storeHandle ) : System.Diagnostics
storeHandle IntPtr
return System.Diagnostics

X509Store() public method

public X509Store ( StoreLocation storeLocation ) : System.Diagnostics
storeLocation StoreLocation
return System.Diagnostics

X509Store() public method

public X509Store ( StoreName storeName ) : System.Diagnostics
storeName StoreName
return System.Diagnostics

X509Store() public method

public X509Store ( StoreName storeName, StoreLocation storeLocation ) : System.Diagnostics
storeName StoreName
storeLocation StoreLocation
return System.Diagnostics

X509Store() public method

public X509Store ( string storeName ) : System.Diagnostics
storeName string
return System.Diagnostics

X509Store() public method

public X509Store ( string storeName, StoreLocation storeLocation ) : System.Diagnostics
storeName string
storeLocation StoreLocation
return System.Diagnostics