C# 클래스 System.Security.Cryptography.X509Certificates.X509Store

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( System certificate ) : void
certificate System
리턴 void

Add() 공개 메소드

public Add ( X509Certificate2 certificate ) : void
certificate X509Certificate2
리턴 void

AddRange() 공개 메소드

public AddRange ( System certificates ) : void
certificates System
리턴 void

AddRange() 공개 메소드

public AddRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Open() 공개 메소드

public Open ( OpenFlags flags ) : void
flags OpenFlags
리턴 void

Open() 공개 메소드

public Open ( System flags ) : void
flags System
리턴 void

Remove() 공개 메소드

public Remove ( System certificate ) : void
certificate System
리턴 void

Remove() 공개 메소드

public Remove ( X509Certificate2 certificate ) : void
certificate X509Certificate2
리턴 void

RemoveRange() 공개 메소드

public RemoveRange ( System certificates ) : void
certificates System
리턴 void

RemoveRange() 공개 메소드

public RemoveRange ( X509Certificate2Collection certificates ) : void
certificates X509Certificate2Collection
리턴 void

X509Store() 공개 메소드

public X509Store ( )

X509Store() 공개 메소드

public X509Store ( System storeHandle )
storeHandle System

X509Store() 공개 메소드

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

X509Store() 공개 메소드

public X509Store ( string storeName )
storeName string

X509Store() 공개 메소드

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

X509Store() 공개 메소드

public X509Store ( ) : System.Diagnostics
리턴 System.Diagnostics

X509Store() 공개 메소드

public X509Store ( IntPtr storeHandle ) : System.Diagnostics
storeHandle IntPtr
리턴 System.Diagnostics

X509Store() 공개 메소드

public X509Store ( StoreLocation storeLocation ) : System.Diagnostics
storeLocation StoreLocation
리턴 System.Diagnostics

X509Store() 공개 메소드

public X509Store ( StoreName storeName ) : System.Diagnostics
storeName StoreName
리턴 System.Diagnostics

X509Store() 공개 메소드

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

X509Store() 공개 메소드

public X509Store ( string storeName ) : System.Diagnostics
storeName string
리턴 System.Diagnostics

X509Store() 공개 메소드

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