C# 클래스 System.Security.Cryptography.AsymmetricAlgorithm

상속: System.IDisposable
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
KeySizeValue int
LegalKeySizesValue System.Security.Cryptography.KeySizes[]

공개 메소드들

메소드 설명
Clear ( ) : void
Create ( ) : AsymmetricAlgorithm
Create ( string algName ) : AsymmetricAlgorithm
FromXmlString ( string xmlString ) : void
ToXmlString ( bool includePrivateParameters ) : string

보호된 메소드들

메소드 설명
AsymmetricAlgorithm ( ) : System.Globalization
Dispose ( bool disposing ) : void
IDisposable ( ) : void

비공개 메소드들

메소드 설명
GetNamedParam ( string xml, string param ) : byte[]

메소드 상세

AsymmetricAlgorithm() 보호된 메소드

protected AsymmetricAlgorithm ( ) : System.Globalization
리턴 System.Globalization

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( ) : AsymmetricAlgorithm
리턴 AsymmetricAlgorithm

Create() 공개 정적인 메소드

public static Create ( string algName ) : AsymmetricAlgorithm
algName string
리턴 AsymmetricAlgorithm

Dispose() 보호된 추상적인 메소드

protected abstract Dispose ( bool disposing ) : void
disposing bool
리턴 void

FromXmlString() 공개 추상적인 메소드

public abstract FromXmlString ( string xmlString ) : void
xmlString string
리턴 void

IDisposable() 보호된 메소드

protected IDisposable ( ) : void
리턴 void

ToXmlString() 공개 추상적인 메소드

public abstract ToXmlString ( bool includePrivateParameters ) : string
includePrivateParameters bool
리턴 string

프로퍼티 상세

KeySizeValue 보호되어 있는 프로퍼티

protected int KeySizeValue
리턴 int

LegalKeySizesValue 보호되어 있는 프로퍼티

protected KeySizes[],System.Security.Cryptography LegalKeySizesValue
리턴 System.Security.Cryptography.KeySizes[]