C# Class BusinessCats.LyncParticipant

Afficher le fichier Open project: adzm/BusinessCats

Méthodes publiques

Свойство Type Description
derivedKey byte[]
dh System.Security.Cryptography.ECDiffieHellmanCng
modality InstantMessageModality
participant Participant

Méthodes publiques

Méthode Description
DeriveKey ( byte keyBlob ) : void
GetPublicKey ( ) : byte[]

Method Details

DeriveKey() public méthode

public DeriveKey ( byte keyBlob ) : void
keyBlob byte
Résultat void

GetPublicKey() public méthode

public GetPublicKey ( ) : byte[]
Résultat byte[]

Property Details

derivedKey public_oe property

public byte[] derivedKey
Résultat byte[]

dh public_oe property

public ECDiffieHellmanCng,System.Security.Cryptography dh
Résultat System.Security.Cryptography.ECDiffieHellmanCng

modality public_oe property

public InstantMessageModality modality
Résultat InstantMessageModality

participant public_oe property

public Participant participant
Résultat Participant