C# 클래스 Org.Mentalis.Security.Cryptography.DHParameters

Represents the parameters of the Diffie-Hellman algorithm.
파일 보기 프로젝트 열기: ElanHasson/SSIS-Extensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
G byte[]
P byte[]
X byte[]

프로퍼티 상세

G 공개적으로 프로퍼티

Represents the public G parameter of the Diffie-Hellman algorithm.
public byte[] G
리턴 byte[]

P 공개적으로 프로퍼티

Represents the public P parameter of the Diffie-Hellman algorithm.
public byte[] P
리턴 byte[]

X 공개적으로 프로퍼티

Represents the private X parameter of the Diffie-Hellman algorithm.
public byte[] X
리턴 byte[]