//----------------------------------------------------------------------- // // Copyright (c) Andrew Arnott. All rights reserved. // //----------------------------------------------------------------------- namespace RelyingPartyLogic { using System; using System.Collections.Generic; using System.Linq; using System.Text; public partial class OpenIdAssociation { partial void OnPrivateDataChanged() { this.PrivateDataLength = this.PrivateData.Length; } } }