C# Class BusinessCats.LyncParticipant

Show file Open project: adzm/BusinessCats

Public Properties

Property Type Description
derivedKey byte[]
dh System.Security.Cryptography.ECDiffieHellmanCng
modality InstantMessageModality
participant Participant

Public Methods

Method Description
DeriveKey ( byte keyBlob ) : void
GetPublicKey ( ) : byte[]

Method Details

DeriveKey() public method

public DeriveKey ( byte keyBlob ) : void
keyBlob byte
return void

GetPublicKey() public method

public GetPublicKey ( ) : byte[]
return byte[]

Property Details

derivedKey public property

public byte[] derivedKey
return byte[]

dh public property

public ECDiffieHellmanCng,System.Security.Cryptography dh
return System.Security.Cryptography.ECDiffieHellmanCng

modality public property

public InstantMessageModality modality
return InstantMessageModality

participant public property

public Participant participant
return Participant