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

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

공개 메소드들

메소드 설명
Add ( System certificate ) : int
Add ( X509Certificate2 certificate ) : int
AddRange ( System certificates ) : void
AddRange ( X509Certificate2 certificates ) : void
AddRange ( X509Certificate2Collection certificates ) : void
Contains ( System certificate ) : bool
Contains ( X509Certificate2 certificate ) : bool
Export ( System contentType ) : byte[]
Export ( System contentType, string password ) : byte[]
Export ( X509ContentType contentType ) : byte[]
Export ( X509ContentType contentType, string password ) : byte[]
Find ( System findType, object findValue, bool validOnly ) : System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Find ( X509FindType findType, object findValue, bool validOnly ) : X509Certificate2Collection
GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator
GetEnumerator ( ) : X509Certificate2Enumerator
Import ( byte rawData ) : void
Import ( byte rawData, string password, System keyStorageFlags ) : void
Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void
Import ( string fileName ) : void
Import ( string fileName, string password, System keyStorageFlags ) : void
Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void
Insert ( int index, System certificate ) : void
Insert ( int index, X509Certificate2 certificate ) : void
Remove ( System certificate ) : void
Remove ( X509Certificate2 certificate ) : void
RemoveRange ( System certificates ) : void
RemoveRange ( X509Certificate2 certificates ) : void
RemoveRange ( X509Certificate2Collection certificates ) : void
X509Certificate2Collection ( )
X509Certificate2Collection ( System certificate )
X509Certificate2Collection ( ) : Internal.Cryptography.Pal
X509Certificate2Collection ( X509Certificate2 certificate ) : Internal.Cryptography.Pal
X509Certificate2Collection ( X509Certificate2Collection certificates ) : Internal.Cryptography.Pal
this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate2
this ( int index ) : X509Certificate2

메소드 상세

Add() 공개 메소드

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

Add() 공개 메소드

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

AddRange() 공개 메소드

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

AddRange() 공개 메소드

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

AddRange() 공개 메소드

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

Contains() 공개 메소드

public Contains ( System certificate ) : bool
certificate System
리턴 bool

Contains() 공개 메소드

public Contains ( X509Certificate2 certificate ) : bool
certificate X509Certificate2
리턴 bool

Export() 공개 메소드

public Export ( System contentType ) : byte[]
contentType System
리턴 byte[]

Export() 공개 메소드

public Export ( System contentType, string password ) : byte[]
contentType System
password string
리턴 byte[]

Export() 공개 메소드

public Export ( X509ContentType contentType ) : byte[]
contentType X509ContentType
리턴 byte[]

Export() 공개 메소드

public Export ( X509ContentType contentType, string password ) : byte[]
contentType X509ContentType
password string
리턴 byte[]

Find() 공개 메소드

public Find ( System findType, object findValue, bool validOnly ) : System.Security.Cryptography.X509Certificates.X509Certificate2Collection
findType System
findValue object
validOnly bool
리턴 System.Security.Cryptography.X509Certificates.X509Certificate2Collection

Find() 공개 메소드

public Find ( X509FindType findType, object findValue, bool validOnly ) : X509Certificate2Collection
findType X509FindType
findValue object
validOnly bool
리턴 X509Certificate2Collection

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator
리턴 System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : X509Certificate2Enumerator
리턴 X509Certificate2Enumerator

Import() 공개 메소드

public Import ( byte rawData ) : void
rawData byte
리턴 void

Import() 공개 메소드

public Import ( byte rawData, string password, System keyStorageFlags ) : void
rawData byte
password string
keyStorageFlags System
리턴 void

Import() 공개 메소드

public Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void
rawData byte
password string
keyStorageFlags X509KeyStorageFlags
리턴 void

Import() 공개 메소드

public Import ( string fileName ) : void
fileName string
리턴 void

Import() 공개 메소드

public Import ( string fileName, string password, System keyStorageFlags ) : void
fileName string
password string
keyStorageFlags System
리턴 void

Import() 공개 메소드

public Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void
fileName string
password string
keyStorageFlags X509KeyStorageFlags
리턴 void

Insert() 공개 메소드

public Insert ( int index, System certificate ) : void
index int
certificate System
리턴 void

Insert() 공개 메소드

public Insert ( int index, X509Certificate2 certificate ) : void
index int
certificate X509Certificate2
리턴 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 ( X509Certificate2 certificates ) : void
certificates X509Certificate2
리턴 void

RemoveRange() 공개 메소드

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

X509Certificate2Collection() 공개 메소드

X509Certificate2Collection() 공개 메소드

public X509Certificate2Collection ( System certificate )
certificate System

X509Certificate2Collection() 공개 메소드

public X509Certificate2Collection ( ) : Internal.Cryptography.Pal
리턴 Internal.Cryptography.Pal

X509Certificate2Collection() 공개 메소드

public X509Certificate2Collection ( X509Certificate2 certificate ) : Internal.Cryptography.Pal
certificate X509Certificate2
리턴 Internal.Cryptography.Pal

X509Certificate2Collection() 공개 메소드

public X509Certificate2Collection ( X509Certificate2Collection certificates ) : Internal.Cryptography.Pal
certificates X509Certificate2Collection
리턴 Internal.Cryptography.Pal

this() 공개 메소드

public this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate2
index int
리턴 System.Security.Cryptography.X509Certificates.X509Certificate2

this() 공개 메소드

public this ( int index ) : X509Certificate2
index int
리턴 X509Certificate2