C# 클래스 BusinessCats.LyncParticipant

파일 보기 프로젝트 열기: adzm/BusinessCats

공개 프로퍼티들

프로퍼티 타입 설명
derivedKey byte[]
dh System.Security.Cryptography.ECDiffieHellmanCng
modality InstantMessageModality
participant Participant

공개 메소드들

메소드 설명
DeriveKey ( byte keyBlob ) : void
GetPublicKey ( ) : byte[]

메소드 상세

DeriveKey() 공개 메소드

public DeriveKey ( byte keyBlob ) : void
keyBlob byte
리턴 void

GetPublicKey() 공개 메소드

public GetPublicKey ( ) : byte[]
리턴 byte[]

프로퍼티 상세

derivedKey 공개적으로 프로퍼티

public byte[] derivedKey
리턴 byte[]

dh 공개적으로 프로퍼티

public ECDiffieHellmanCng,System.Security.Cryptography dh
리턴 System.Security.Cryptography.ECDiffieHellmanCng

modality 공개적으로 프로퍼티

public InstantMessageModality modality
리턴 InstantMessageModality

participant 공개적으로 프로퍼티

public Participant participant
리턴 Participant