[apidiff] Update XML references

* XI 11.9 (stable) comes from `xcode9.3`
* XM 4.2.1 (stable) comes from `d15-6`
This commit is contained in:
Sebastien Pouliot 2018-04-03 18:05:46 -04:00
Родитель e628c5cef9
Коммит beb680c3cb
25 изменённых файлов: 76235 добавлений и 930 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -44,11 +44,6 @@
<property name="Version" value="1.0.61.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../mono.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="System.Data.SQLite" />

Просмотреть файл

@ -14,11 +14,6 @@
<property name="DelaySign" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../mono.pub" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute">
<properties>
<property name="CompilationRelaxations" value="8" />

Просмотреть файл

@ -34,11 +34,6 @@
<property name="Description" value="Mono.Security.dll" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../mono.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="MONO CLI" />
@ -3116,90 +3111,6 @@
<field name="Warning" attrib="32854" fieldtype="Mono.Security.Interface.AlertLevel" value="1" />
</fields>
</class>
<class name="BufferOffsetSize" type="class" base="Mono.Security.Interface.SecretParameters" charset="Ansi" layout="Auto">
<interfaces>
<interface name="Mono.Security.Interface.IBufferOffsetSize" />
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Byte[])" attrib="6278">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Int32)" attrib="6278">
<parameters>
<parameter name="size" position="0" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(System.Byte[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="size" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Buffer" attrib="0" ptype="System.Byte[]">
<methods>
<method name="get_Buffer()" attrib="2534" virtual="true" returntype="System.Byte[]">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
<property name="EndOffset" attrib="0" ptype="System.Int32">
<methods>
<method name="get_EndOffset()" attrib="2182" returntype="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
<property name="Offset" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Offset()" attrib="2534" virtual="true" returntype="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
<property name="Size" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Size()" attrib="2534" virtual="true" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="196" virtual="true" is-override="true" returntype="System.Void">
<parameters />
</method>
<method name="GetBuffer()" attrib="134" returntype="System.Byte[]">
<parameters />
</method>
<method name="SetBuffer(System.Byte[], System.Int32, System.Int32)" attrib="132" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="size" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="TruncateTo(System.Int32)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="newSize" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</class>
<class name="CertificateValidationHelper" type="class" base="System.Object" sealed="true" abstract="true" charset="Ansi" layout="Auto">
<properties>
<property name="SupportsTrustAnchors" attrib="0" ptype="System.Boolean">
@ -3552,31 +3463,6 @@
<field name="Unknown" attrib="32854" fieldtype="Mono.Security.Interface.HashAlgorithmType" value="255" />
</fields>
</class>
<class name="IBufferOffsetSize" type="interface" abstract="true" charset="Ansi" layout="Auto">
<properties>
<property name="Buffer" attrib="0" ptype="System.Byte[]">
<methods>
<method name="get_Buffer()" attrib="3526" abstract="true" virtual="true" returntype="System.Byte[]">
<parameters />
</method>
</methods>
</property>
<property name="Offset" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Offset()" attrib="3526" abstract="true" virtual="true" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Size" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Size()" attrib="3526" abstract="true" virtual="true" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
</class>
<class name="ICertificateValidator" type="interface" abstract="true" charset="Ansi" layout="Auto">
<properties>
<property name="Settings" attrib="0" ptype="Mono.Security.Interface.MonoTlsSettings">
@ -3936,9 +3822,6 @@
<parameter name="asyncResult" position="0" attrib="0" type="System.IAsyncResult" />
</parameters>
</method>
<method name="Flush()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
<method name="GetConnectionInfo()" attrib="1478" abstract="true" virtual="true" returntype="Mono.Security.Interface.MonoTlsConnectionInfo">
<parameters />
</method>
@ -3969,18 +3852,14 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</class>
<class name="IMonoTlsEventSink" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Error(System.Exception)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<method name="WriteAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="1478" abstract="true" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="exception" position="0" attrib="0" type="System.Exception" />
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceivedCloseNotify()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MonoEncryptionPolicy" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
@ -4579,321 +4458,6 @@
</method>
</methods>
</class>
<class name="SecretParameters" type="class" base="System.Object" abstract="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6276">
<parameters />
</constructor>
</constructors>
<methods>
<method name="CheckDisposed()" attrib="132" returntype="System.Void">
<parameters />
</method>
<method name="Clear()" attrib="1476" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
<method name="Clear(System.Byte[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
<method name="~SecretParameters()" attrib="196" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="SecureBuffer" type="class" base="Mono.Security.Interface.SecretParameters" charset="Ansi" layout="Auto">
<interfaces>
<interface name="Mono.Security.Interface.IBufferOffsetSize" />
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Byte[])" attrib="6278">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Int32)" attrib="6278">
<parameters>
<parameter name="size" position="0" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Buffer" attrib="0" ptype="System.Byte[]">
<methods>
<method name="get_Buffer()" attrib="2534" virtual="true" returntype="System.Byte[]">
<parameters />
</method>
</methods>
</property>
<property name="Size" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Size()" attrib="2534" virtual="true" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="196" virtual="true" is-override="true" returntype="System.Void">
<parameters />
</method>
<method name="CreateCopy(System.Byte[])" attrib="150" static="true" returntype="Mono.Security.Interface.SecureBuffer">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="StealBuffer()" attrib="134" returntype="System.Byte[]">
<parameters />
</method>
</methods>
</class>
<class name="TlsBuffer" type="class" base="Mono.Security.Interface.SecretParameters" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<fields>
<field name="EmptyArray" attrib="54" fieldtype="System.Byte[]" />
</fields>
<constructors>
<constructor name=".ctor()" attrib="6276">
<parameters />
</constructor>
<constructor name=".ctor(Mono.Security.Interface.IBufferOffsetSize)" attrib="6278">
<parameters>
<parameter name="bos" position="0" attrib="0" type="Mono.Security.Interface.IBufferOffsetSize" />
</parameters>
</constructor>
<constructor name=".ctor(System.Byte[])" attrib="6278">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Int32)" attrib="6278">
<parameters>
<parameter name="size" position="0" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(System.Byte[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="size" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Buffer" attrib="0" ptype="System.Byte[]">
<methods>
<method name="get_Buffer()" attrib="2182" returntype="System.Byte[]">
<parameters />
</method>
</methods>
</property>
<property name="EndOffset" attrib="0" ptype="System.Int32">
<methods>
<method name="get_EndOffset()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Offset" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Offset()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Position" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Position()" attrib="2182" returntype="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_Position(System.Int32)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Remaining" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Remaining()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Size" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Size()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="196" virtual="true" is-override="true" returntype="System.Void">
<parameters />
</method>
<method name="Compare(Mono.Security.Interface.IBufferOffsetSize, Mono.Security.Interface.IBufferOffsetSize)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="buffer1" position="0" attrib="0" type="Mono.Security.Interface.IBufferOffsetSize" />
<parameter name="buffer2" position="1" attrib="0" type="Mono.Security.Interface.IBufferOffsetSize" />
</parameters>
</method>
<method name="Compare(System.Byte[], System.Byte[])" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="buffer1" position="0" attrib="0" type="System.Byte[]" />
<parameter name="buffer2" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="Compare(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32, System.Int32)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="buffer1" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset1" position="1" attrib="0" type="System.Int32" />
<parameter name="size1" position="2" attrib="0" type="System.Int32" />
<parameter name="buffer2" position="3" attrib="0" type="System.Byte[]" />
<parameter name="offset2" position="4" attrib="0" type="System.Int32" />
<parameter name="size2" position="5" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ConstantTimeCompare(System.Byte[], System.Int32, System.Int32, System.Byte[], System.Int32, System.Int32)" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="buffer1" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset1" position="1" attrib="0" type="System.Int32" />
<parameter name="size1" position="2" attrib="0" type="System.Int32" />
<parameter name="buffer2" position="3" attrib="0" type="System.Byte[]" />
<parameter name="offset2" position="4" attrib="0" type="System.Int32" />
<parameter name="size2" position="5" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="GetRemaining()" attrib="134" returntype="Mono.Security.Interface.IBufferOffsetSize">
<parameters />
</method>
<method name="MakeRoomInternal(System.Int32)" attrib="452" virtual="true" returntype="System.Void">
<parameters>
<parameter name="size" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadBuffer(System.Int32)" attrib="134" returntype="Mono.Security.Interface.TlsBuffer">
<parameters>
<parameter name="length" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadByte()" attrib="134" returntype="System.Byte">
<parameters />
</method>
<method name="ReadBytes(System.Int32)" attrib="134" returntype="System.Byte[]">
<parameters>
<parameter name="count" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadInt16()" attrib="134" returntype="System.Int16">
<parameters />
</method>
<method name="ReadInt24()" attrib="134" returntype="System.Int32">
<parameters />
</method>
<method name="ReadInt32()" attrib="134" returntype="System.Int32">
<parameters />
</method>
<method name="ReadSecureBuffer(System.Int32)" attrib="134" returntype="Mono.Security.Interface.SecureBuffer">
<parameters>
<parameter name="count" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="SetBuffer(System.Byte[], System.Int32, System.Int32)" attrib="132" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="size" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Write(Mono.Security.Interface.IBufferOffsetSize)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="Mono.Security.Interface.IBufferOffsetSize" />
</parameters>
</method>
<method name="Write(System.Byte)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Byte" />
</parameters>
</method>
<method name="Write(System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="Write(System.Int16)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int16" />
</parameters>
</method>
<method name="Write(System.Int32)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Write(System.UInt64)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="size" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="WriteInt16(System.Byte[], System.Int32, System.Int16)" attrib="150" static="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="value" position="2" attrib="0" type="System.Int16" />
</parameters>
</method>
<method name="WriteInt24(System.Int32)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="WriteInt24(System.Byte[], System.Int32, System.Int32)" attrib="150" static="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="value" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="WriteInt32(System.Byte[], System.Int32, System.Int32)" attrib="150" static="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="value" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="WriteInt64(System.Byte[], System.Int32, System.UInt64)" attrib="150" static="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="value" position="2" attrib="0" type="System.UInt64" />
</parameters>
</method>
</methods>
</class>
<class name="TlsException" type="class" base="System.Exception" sealed="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.Serialization.ISerializable" />
@ -4949,60 +4513,6 @@
</property>
</properties>
</class>
<class name="TlsMultiBuffer" type="class" base="System.Object" charset="Ansi" layout="Auto">
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
</constructor>
</constructors>
<properties>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="IsSingle" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsSingle()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Add(Mono.Security.Interface.TlsBuffer)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="Mono.Security.Interface.TlsBuffer" />
</parameters>
</method>
<method name="Add(System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="Add(System.Byte[], System.Int32, System.Int32)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="size" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="GetBuffer()" attrib="134" returntype="Mono.Security.Interface.BufferOffsetSize">
<parameters />
</method>
<method name="GetBufferArray()" attrib="134" returntype="Mono.Security.Interface.BufferOffsetSize[]">
<parameters />
</method>
<method name="StealBuffer()" attrib="134" returntype="Mono.Security.Interface.BufferOffsetSize">
<parameters />
</method>
</methods>
</class>
<class name="TlsProtocolCode" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int16">
<interfaces>
<interface name="System.IComparable" />

Просмотреть файл

@ -49,11 +49,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -49,11 +49,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../winfx.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -210,6 +210,12 @@
<constructor name=".ctor()" attrib="6276">
<parameters />
</constructor>
<constructor name=".ctor(System.IntPtr, System.Runtime.InteropServices.SafeHandle)" attrib="6276">
<parameters>
<parameter name="handle" position="0" attrib="0" type="System.IntPtr" />
<parameter name="parentHandle" position="1" attrib="0" type="System.Runtime.InteropServices.SafeHandle" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsInvalid" attrib="0" ptype="System.Boolean">
@ -237,6 +243,12 @@
<constructor name=".ctor()" attrib="6278">
<parameters />
</constructor>
<constructor name=".ctor(System.IntPtr, System.Runtime.InteropServices.SafeHandle)" attrib="6278">
<parameters>
<parameter name="handle" position="0" attrib="0" type="System.IntPtr" />
<parameter name="parentHandle" position="1" attrib="0" type="System.Runtime.InteropServices.SafeHandle" />
</parameters>
</constructor>
</constructors>
<methods>
<method name="ReleaseNativeHandle()" attrib="196" virtual="true" is-override="true" returntype="System.Boolean">
@ -17904,6 +17916,24 @@
</constructor>
</constructors>
<properties>
<property name="HashAlgorithm" attrib="0" ptype="System.Security.Cryptography.CngAlgorithm">
<methods>
<method name="get_HashAlgorithm()" attrib="2182" returntype="System.Security.Cryptography.CngAlgorithm">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_HashAlgorithm(System.Security.Cryptography.CngAlgorithm)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Security.Cryptography.CngAlgorithm" />
</parameters>
</method>
</methods>
</property>
<property name="Key" attrib="0" ptype="System.Security.Cryptography.CngKey">
<methods>
<method name="get_Key()" attrib="2182" returntype="System.Security.Cryptography.CngKey">
@ -17913,11 +17943,59 @@
</property>
</properties>
<methods>
<method name="FromXmlString(System.String, System.Security.Cryptography.ECKeyXmlFormat)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="xml" position="0" attrib="0" type="System.String" />
<parameter name="format" position="1" attrib="0" type="System.Security.Cryptography.ECKeyXmlFormat" />
</parameters>
</method>
<method name="SignData(System.Byte[])" attrib="134" returntype="System.Byte[]">
<parameters>
<parameter name="data" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="SignData(System.IO.Stream)" attrib="134" returntype="System.Byte[]">
<parameters>
<parameter name="data" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="SignData(System.Byte[], System.Int32, System.Int32)" attrib="134" returntype="System.Byte[]">
<parameters>
<parameter name="data" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="SignHash(System.Byte[])" attrib="198" virtual="true" is-override="true" returntype="System.Byte[]">
<parameters>
<parameter name="hash" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="ToXmlString(System.Security.Cryptography.ECKeyXmlFormat)" attrib="134" returntype="System.String">
<parameters>
<parameter name="format" position="0" attrib="0" type="System.Security.Cryptography.ECKeyXmlFormat" />
</parameters>
</method>
<method name="VerifyData(System.Byte[], System.Byte[])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="data" position="0" attrib="0" type="System.Byte[]" />
<parameter name="signature" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="VerifyData(System.IO.Stream, System.Byte[])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="data" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="signature" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="VerifyData(System.Byte[], System.Int32, System.Int32, System.Byte[])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="data" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="signature" position="3" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="VerifyHash(System.Byte[], System.Byte[])" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="hash" position="0" attrib="0" type="System.Byte[]" />
@ -17926,6 +18004,16 @@
</method>
</methods>
</class>
<class name="ECKeyXmlFormat" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
<interface name="System.IConvertible" />
<interface name="System.IFormattable" />
</interfaces>
<fields>
<field name="Rfc4050" attrib="32854" fieldtype="System.Security.Cryptography.ECKeyXmlFormat" value="0" />
</fields>
</class>
<class name="ECParameters" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<fields>
<field name="Curve" attrib="6" fieldtype="System.Security.Cryptography.ECCurve" />

Просмотреть файл

@ -49,11 +49,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -49,11 +49,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -44,11 +44,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -64,11 +64,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -44,11 +44,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../winfx.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -208,7 +208,7 @@
<namespaces>
<namespace name="System.Net">
<classes>
<class name="IPEndPointCollection" type="class" base="System.Collections.ObjectModel.Collection`1[System.Net.IPEndPoint]" charset="Ansi" layout="Auto">
<class name="IPEndPointCollection" type="class" base="System.Collections.ObjectModel.Collection`1[System.Net.IPEndPoint]" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Collections.Generic.ICollection`1[T]" />
<interface name="System.Collections.Generic.IEnumerable`1[T]" />

Просмотреть файл

@ -49,11 +49,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -54,11 +54,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../silverlight.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="MONO CLI" />

Просмотреть файл

@ -15425,7 +15425,6 @@
</methods>
</property>
<property name="EndpointBehaviors" attrib="0" ptype="System.Collections.ObjectModel.KeyedCollection`2[System.Type,System.ServiceModel.Description.IEndpointBehavior]">
<attributes />
<methods>
<method name="get_EndpointBehaviors()" attrib="2182" returntype="System.Collections.ObjectModel.KeyedCollection`2[System.Type,System.ServiceModel.Description.IEndpointBehavior]">
<parameters />

Просмотреть файл

@ -49,11 +49,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -49,11 +49,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../msfinal.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -89,11 +89,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../msfinal.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Просмотреть файл

@ -99,11 +99,6 @@
<property name="InformationalVersion" value="4.0.50524.0" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyKeyFileAttribute">
<properties>
<property name="KeyFile" value="../ecma.pub" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
<properties>
<property name="Product" value="Mono Common Language Infrastructure" />

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -32254,12 +32254,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32277,12 +32277,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32301,12 +32301,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -64147,12 +64147,6 @@
<parameter name="monikerName" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="BufferToBSTR(System.Array, System.Int32)" attrib="150" static="true" returntype="System.IntPtr">
<parameters>
<parameter name="ptr" position="0" attrib="0" type="System.Array" />
<parameter name="slen" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ChangeWrapperHandleStrength(System.Object, System.Boolean)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>