This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Text; | |
namespace Tools | |
{ | |
/// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Class1 | |
{ | |
private Class1() { } | |
public static Class1 Instance | |
{ | |
get { return Class1Creator.instance; } | |
} | |
private class Class1Creator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Saving credentials into Windows credentials storage | |
// Helper class for CredentialManagement library (http://www.nuget.org/packages/CredentialManagement/) | |
// It loads the library dynamically, so you can add or remove it at runtime | |
using System; | |
using System.IO; | |
using System.Linq; | |
using System.Reflection; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1Lkv2MbfQAx9PGXWFTP7bFtt3iapCoWexy https://explorer.blockstack.org/address/1Lkv2MbfQAx9PGXWFTP7bFtt3iapCoWexy |