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

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

보호된 프로퍼티들

프로퍼티 타입 설명
EffectiveKeySizeValue int

공개 메소드들

메소드 설명
Create ( ) : RC2
Create ( string AlgName ) : RC2

보호된 메소드들

메소드 설명
RC2 ( ) : System.ComponentModel

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : RC2
리턴 RC2

Create() 공개 정적인 메소드

public static Create ( string AlgName ) : RC2
AlgName string
리턴 RC2

RC2() 보호된 메소드

protected RC2 ( ) : System.ComponentModel
리턴 System.ComponentModel

프로퍼티 상세

EffectiveKeySizeValue 보호되어 있는 프로퍼티

protected int EffectiveKeySizeValue
리턴 int