Skip to content

Instantly share code, notes, and snippets.

View e1024kb's full-sized avatar
🏠
typing...

e1024kb e1024kb

🏠
typing...
View GitHub Profile
@e1024kb
e1024kb / Cards.cs
Last active December 15, 2015 17:20
public interface ICardsClient
{
Task<VirgilCardDTO> Create(
string identityValue,
IdentityType identityType,
IDictionary<string, string> customData,
byte[] publicKey,
byte[] privateKey
);