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

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Counter int
G byte[]
J byte[]
P byte[]
Q byte[]
Seed byte[]
Y byte[]

프로퍼티 상세

Counter 공개적으로 프로퍼티

public int Counter
리턴 int

G 공개적으로 프로퍼티

public byte[] G
리턴 byte[]

J 공개적으로 프로퍼티

public byte[] J
리턴 byte[]

P 공개적으로 프로퍼티

public byte[] P
리턴 byte[]

Q 공개적으로 프로퍼티

public byte[] Q
리턴 byte[]

Seed 공개적으로 프로퍼티

public byte[] Seed
리턴 byte[]

Y 공개적으로 프로퍼티

public byte[] Y
리턴 byte[]