C# Class IronPigeon.AddressBookEntry

显示文件 Open project: AArnott/IronPigeon Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ExtractEndpoint ( ) : IronPigeon.Endpoint

Deserializes an endpoint from an address book entry and validates that the signatures are correct.

Method Details

ExtractEndpoint() public method

Deserializes an endpoint from an address book entry and validates that the signatures are correct.
Thrown if the signatures are invalid.
public ExtractEndpoint ( ) : IronPigeon.Endpoint
return IronPigeon.Endpoint