I hereby claim:
- I am roycornelissen on github.
- I am roycornelissen (https://keybase.io/roycornelissen) on keybase.
- I have a public key whose fingerprint is FD89 BD72 4DE4 FA5D D4C4 FF8D CEFA BC01 F8BF DAE8
To claim this, I am signing this object:
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>netcoreapp2.2</TargetFramework> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Microsoft.Identity.Client" Version="4.1.0" /> | |
| </ItemGroup> |
| using System; | |
| using System.IO; | |
| using System.Text; | |
| using Org.BouncyCastle.Asn1.Pkcs; | |
| using Org.BouncyCastle.Asn1.X509; | |
| using Org.BouncyCastle.Crypto; | |
| using Org.BouncyCastle.Crypto.Encodings; | |
| using Org.BouncyCastle.Crypto.Engines; | |
| using Org.BouncyCastle.Crypto.Generators; | |
| using Org.BouncyCastle.Crypto.Modes; |
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| public class EventsViewModel: INotifyPropertyChanged | |
| { | |
| public EventsViewModel() | |
| { | |
| Events = new List<string> {"VSLive!", "//build", "Xamarin Evolve", "Microsoft TechDays"}; | |
| NotifyPropertyChanged("Events"); |
I hereby claim:
To claim this, I am signing this object: