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

상속: IDeserializationCallback, ISerializable
파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
Equals bool
Export byte[]
Export byte[]
Export byte[]
Export byte[]
IDeserializationCallback void
ISerializable void
Import void
Import void
Import void
Import void
Import void
Import void
Reset void
X509Certificate System.Runtime.InteropServices
X509Certificate System.Runtime.InteropServices
X509Certificate System.Runtime.InteropServices
X509Certificate System.Runtime.InteropServices

공개 메소드들

메소드 설명
X509Certificate ( ) : System.Runtime.InteropServices
X509Certificate ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
X509Certificate ( byte rawData, string password ) : System.Runtime.InteropServices
X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
X509Certificate ( string fileName ) : System.Runtime.InteropServices
X509Certificate ( string fileName, string password ) : System.Runtime.InteropServices
X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices

비공개 메소드들

메소드 설명
Equals ( object obj ) : bool
Export ( X509ContentType contentType ) : byte[]
Export ( X509ContentType contentType, SecureString password ) : byte[]
Export ( X509ContentType contentType, byte password ) : byte[]
Export ( X509ContentType contentType, string password ) : byte[]
IDeserializationCallback ( object sender ) : void
ISerializable ( SerializationInfo info, StreamingContext context ) : void
Import ( byte rawData ) : void
Import ( byte rawData, SecureString password, X509KeyStorageFlags keyStorageFlags ) : void
Import ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : void
Import ( string fileName ) : void
Import ( string fileName, SecureString password, X509KeyStorageFlags keyStorageFlags ) : void
Import ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : void
Reset ( ) : void
X509Certificate ( byte rawData, SecureString password ) : System.Runtime.InteropServices
X509Certificate ( byte rawData, SecureString password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
X509Certificate ( string fileName, SecureString password ) : System.Runtime.InteropServices
X509Certificate ( string fileName, SecureString password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices

메소드 상세

X509Certificate() 공개 메소드

public X509Certificate ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

X509Certificate() 공개 메소드

public X509Certificate ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Runtime.InteropServices

X509Certificate() 공개 메소드

public X509Certificate ( byte rawData, string password ) : System.Runtime.InteropServices
rawData byte
password string
리턴 System.Runtime.InteropServices

X509Certificate() 공개 메소드

public X509Certificate ( byte rawData, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
rawData byte
password string
keyStorageFlags X509KeyStorageFlags
리턴 System.Runtime.InteropServices

X509Certificate() 공개 메소드

public X509Certificate ( string fileName ) : System.Runtime.InteropServices
fileName string
리턴 System.Runtime.InteropServices

X509Certificate() 공개 메소드

public X509Certificate ( string fileName, string password ) : System.Runtime.InteropServices
fileName string
password string
리턴 System.Runtime.InteropServices

X509Certificate() 공개 메소드

public X509Certificate ( string fileName, string password, X509KeyStorageFlags keyStorageFlags ) : System.Runtime.InteropServices
fileName string
password string
keyStorageFlags X509KeyStorageFlags
리턴 System.Runtime.InteropServices