Microsoft.Xades.SigningCertificate.HasChanged C# (CSharp) Method

HasChanged() public method

Check to see if something has changed in this instance and needs to be serialized
public HasChanged ( ) : bool
return bool
		public bool HasChanged()
		{
            return true; //Should always be considered dirty
		}