4 references to ObjectStateFormatter
System.Web (4)
UI\ObjectStateFormatter.cs (1)
163internal ObjectStateFormatter(byte[] macEncodingKey) : this(null, true) {
UI\Page.cs (1)
2185return new ObjectStateFormatter(this, true);
UI\WebParts\BlobPersonalizationState.cs (2)
458new ObjectStateFormatter(null /* Page(used to determine encryption mode) */, false /*throwOnErrorDeserializing*/); 1078ObjectStateFormatter formatter = new ObjectStateFormatter(null, false);