You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.142
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
This commit is contained in:
parent
e52655b4dc
commit
0abdbe5a7d
@@ -1 +1 @@
|
||||
8ffeb2ce2f964947f799e68f33977d6f1842b8c2
|
||||
24ecdefc0004fa8d23a5cda73a8075eb8cae0520
|
@@ -1 +1 @@
|
||||
f33b8a63fa46172d23817d0bcc706d25a6ddd781
|
||||
2b595ee4c9228ee8ebdc1c8fa5b011b706e4cb23
|
@@ -19,41 +19,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Security.Cryptography
|
||||
{
|
||||
public sealed partial class CryptographicAttributeObject
|
||||
@@ -141,14 +107,28 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public bool MoveNext() { throw null; }
|
||||
public void Reset() { }
|
||||
}
|
||||
public sealed partial class CmsSigner
|
||||
{
|
||||
public CmsSigner() { }
|
||||
public CmsSigner(System.Security.Cryptography.CspParameters parameters) { }
|
||||
public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType) { }
|
||||
public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
|
||||
public CmsSigner(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid DigestAlgorithm { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.X509Certificates.X509IncludeOption IncludeOption { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SubjectIdentifierType SignerIdentifierType { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get { throw null; } }
|
||||
}
|
||||
public sealed partial class ContentInfo
|
||||
{
|
||||
public ContentInfo(byte[] content) { }
|
||||
public ContentInfo(System.Security.Cryptography.Oid contentType, byte[] content) { }
|
||||
public byte[] Content { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid ContentType { get { throw null; } }
|
||||
~ContentInfo() { }
|
||||
[System.MonoTODOAttribute("MS is stricter than us about the content structure")]
|
||||
public static System.Security.Cryptography.Oid GetContentType(byte[] encodedMessage) { throw null; }
|
||||
}
|
||||
public sealed partial class EnvelopedCms
|
||||
@@ -164,26 +144,16 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public System.Security.Cryptography.Pkcs.RecipientInfoCollection RecipientInfos { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnprotectedAttributes { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decode(byte[] encodedMessage) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo recipientInfo) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo recipientInfo, System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public byte[] Encode() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient recipient) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection recipients) { }
|
||||
}
|
||||
[System.MonoTODOAttribute]
|
||||
public sealed partial class KeyAgreeRecipientInfo : System.Security.Cryptography.Pkcs.RecipientInfo
|
||||
{
|
||||
internal KeyAgreeRecipientInfo() { }
|
||||
@@ -289,6 +259,70 @@ namespace System.Security.Cryptography.Pkcs
|
||||
KeyTransport = 1,
|
||||
Unknown = 0,
|
||||
}
|
||||
public sealed partial class SignedCms
|
||||
{
|
||||
public SignedCms() { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.ContentInfo contentInfo) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.ContentInfo contentInfo, bool detached) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.Pkcs.ContentInfo contentInfo) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.Pkcs.ContentInfo contentInfo, bool detached) { }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.ContentInfo ContentInfo { get { throw null; } }
|
||||
public bool Detached { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoCollection SignerInfos { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
public void CheckHash() { }
|
||||
public void CheckSignature(bool verifySignatureOnly) { }
|
||||
public void CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, bool verifySignatureOnly) { }
|
||||
public void ComputeSignature() { }
|
||||
public void ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner signer) { }
|
||||
public void ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner signer, bool silent) { }
|
||||
public void Decode(byte[] encodedMessage) { }
|
||||
public byte[] Encode() { throw null; }
|
||||
public void RemoveSignature(int index) { }
|
||||
public void RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo signerInfo) { }
|
||||
}
|
||||
public sealed partial class SignerInfo
|
||||
{
|
||||
internal SignerInfo() { }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoCollection CounterSignerInfos { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid DigestAlgorithm { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SubjectIdentifier SignerIdentifier { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
public void CheckHash() { }
|
||||
public void CheckSignature(bool verifySignatureOnly) { }
|
||||
public void CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, bool verifySignatureOnly) { }
|
||||
public void ComputeCounterSignature() { }
|
||||
public void ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner signer) { }
|
||||
public byte[] GetSignature() { throw null; }
|
||||
public void RemoveCounterSignature(int index) { }
|
||||
public void RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo counterSignerInfo) { }
|
||||
}
|
||||
public sealed partial class SignerInfoCollection : System.Collections.ICollection, System.Collections.IEnumerable
|
||||
{
|
||||
internal SignerInfoCollection() { }
|
||||
public int Count { get { throw null; } }
|
||||
public bool IsSynchronized { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfo this[int index] { get { throw null; } }
|
||||
public object SyncRoot { get { throw null; } }
|
||||
public void CopyTo(System.Array array, int index) { }
|
||||
public void CopyTo(System.Security.Cryptography.Pkcs.SignerInfo[] array, int index) { }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoEnumerator GetEnumerator() { throw null; }
|
||||
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
|
||||
}
|
||||
public sealed partial class SignerInfoEnumerator : System.Collections.IEnumerator
|
||||
{
|
||||
internal SignerInfoEnumerator() { }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfo Current { get { throw null; } }
|
||||
object System.Collections.IEnumerator.Current { get { throw null; } }
|
||||
public bool MoveNext() { throw null; }
|
||||
public void Reset() { }
|
||||
}
|
||||
public sealed partial class SubjectIdentifier
|
||||
{
|
||||
internal SubjectIdentifier() { }
|
||||
|
@@ -1 +1 @@
|
||||
d343eb5458c68903df629e9b5279a611131d5dc2
|
||||
0a306482eac9dc254a050e40a50147c9f8a8f319
|
@@ -1 +1 @@
|
||||
3e5fbe0a8e9832a6c1fa10e9e6fcb9b7760767d7
|
||||
2fb53cd439a3395a5d960922938e7d3b2ca800d5
|
@@ -1 +1 @@
|
||||
bb9c7fdf6eb89a2c779160dc32d18fefd86adae4
|
||||
1845aa28a014b1b3fb193a22b13489b5068511e9
|
@@ -19,41 +19,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Security.Cryptography
|
||||
{
|
||||
public sealed partial class CryptographicAttributeObject
|
||||
@@ -141,14 +107,28 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public bool MoveNext() { throw null; }
|
||||
public void Reset() { }
|
||||
}
|
||||
public sealed partial class CmsSigner
|
||||
{
|
||||
public CmsSigner() { }
|
||||
public CmsSigner(System.Security.Cryptography.CspParameters parameters) { }
|
||||
public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType) { }
|
||||
public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
|
||||
public CmsSigner(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid DigestAlgorithm { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.X509Certificates.X509IncludeOption IncludeOption { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SubjectIdentifierType SignerIdentifierType { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get { throw null; } }
|
||||
}
|
||||
public sealed partial class ContentInfo
|
||||
{
|
||||
public ContentInfo(byte[] content) { }
|
||||
public ContentInfo(System.Security.Cryptography.Oid contentType, byte[] content) { }
|
||||
public byte[] Content { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid ContentType { get { throw null; } }
|
||||
~ContentInfo() { }
|
||||
[System.MonoTODOAttribute("MS is stricter than us about the content structure")]
|
||||
public static System.Security.Cryptography.Oid GetContentType(byte[] encodedMessage) { throw null; }
|
||||
}
|
||||
public sealed partial class EnvelopedCms
|
||||
@@ -164,26 +144,16 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public System.Security.Cryptography.Pkcs.RecipientInfoCollection RecipientInfos { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnprotectedAttributes { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decode(byte[] encodedMessage) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo recipientInfo) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo recipientInfo, System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public byte[] Encode() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient recipient) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection recipients) { }
|
||||
}
|
||||
[System.MonoTODOAttribute]
|
||||
public sealed partial class KeyAgreeRecipientInfo : System.Security.Cryptography.Pkcs.RecipientInfo
|
||||
{
|
||||
internal KeyAgreeRecipientInfo() { }
|
||||
@@ -289,6 +259,70 @@ namespace System.Security.Cryptography.Pkcs
|
||||
KeyTransport = 1,
|
||||
Unknown = 0,
|
||||
}
|
||||
public sealed partial class SignedCms
|
||||
{
|
||||
public SignedCms() { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.ContentInfo contentInfo) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.ContentInfo contentInfo, bool detached) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.Pkcs.ContentInfo contentInfo) { }
|
||||
public SignedCms(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.Pkcs.ContentInfo contentInfo, bool detached) { }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.ContentInfo ContentInfo { get { throw null; } }
|
||||
public bool Detached { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoCollection SignerInfos { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
public void CheckHash() { }
|
||||
public void CheckSignature(bool verifySignatureOnly) { }
|
||||
public void CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, bool verifySignatureOnly) { }
|
||||
public void ComputeSignature() { }
|
||||
public void ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner signer) { }
|
||||
public void ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner signer, bool silent) { }
|
||||
public void Decode(byte[] encodedMessage) { }
|
||||
public byte[] Encode() { throw null; }
|
||||
public void RemoveSignature(int index) { }
|
||||
public void RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo signerInfo) { }
|
||||
}
|
||||
public sealed partial class SignerInfo
|
||||
{
|
||||
internal SignerInfo() { }
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoCollection CounterSignerInfos { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid DigestAlgorithm { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SubjectIdentifier SignerIdentifier { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
public void CheckHash() { }
|
||||
public void CheckSignature(bool verifySignatureOnly) { }
|
||||
public void CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, bool verifySignatureOnly) { }
|
||||
public void ComputeCounterSignature() { }
|
||||
public void ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner signer) { }
|
||||
public byte[] GetSignature() { throw null; }
|
||||
public void RemoveCounterSignature(int index) { }
|
||||
public void RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo counterSignerInfo) { }
|
||||
}
|
||||
public sealed partial class SignerInfoCollection : System.Collections.ICollection, System.Collections.IEnumerable
|
||||
{
|
||||
internal SignerInfoCollection() { }
|
||||
public int Count { get { throw null; } }
|
||||
public bool IsSynchronized { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfo this[int index] { get { throw null; } }
|
||||
public object SyncRoot { get { throw null; } }
|
||||
public void CopyTo(System.Array array, int index) { }
|
||||
public void CopyTo(System.Security.Cryptography.Pkcs.SignerInfo[] array, int index) { }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoEnumerator GetEnumerator() { throw null; }
|
||||
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
|
||||
}
|
||||
public sealed partial class SignerInfoEnumerator : System.Collections.IEnumerator
|
||||
{
|
||||
internal SignerInfoEnumerator() { }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfo Current { get { throw null; } }
|
||||
object System.Collections.IEnumerator.Current { get { throw null; } }
|
||||
public bool MoveNext() { throw null; }
|
||||
public void Reset() { }
|
||||
}
|
||||
public sealed partial class SubjectIdentifier
|
||||
{
|
||||
internal SubjectIdentifier() { }
|
||||
|
@@ -1 +1 @@
|
||||
6d22abfe2dc75d6f7256dacb8678da98e4396465
|
||||
f1f7d7c12ac0ebb5ae0ba105d8a40604bbe64b2a
|
@@ -1 +1 @@
|
||||
0e5ebabffda13f7e89b4933bf05bcaf7e5d7cdc3
|
||||
19b8755ba7a2fe1982e1a0181d2ff453a1afc9af
|
@@ -65,14 +65,22 @@ namespace Mono.Debugger.Soft
|
||||
internal AssemblyMirror() { }
|
||||
public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
|
||||
public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
|
||||
public bool HasFetchedPdb { get { throw null; } }
|
||||
public bool HasPdb { get { throw null; } }
|
||||
public bool IsDynamic { get { throw null; } }
|
||||
public string Location { get { throw null; } }
|
||||
public Mono.Debugger.Soft.ModuleMirror ManifestModule { get { throw null; } }
|
||||
public Mono.Cecil.AssemblyDefinition Metadata { get { throw null; } set { } }
|
||||
public Mono.Debugger.Soft.ObjectMirror GetAssemblyObject() { throw null; }
|
||||
public Mono.Cecil.AssemblyDefinition GetMetadata() { throw null; }
|
||||
public byte[] GetMetadataBlob() { throw null; }
|
||||
public Mono.Debugger.Soft.MethodMirror GetMethod(uint token) { throw null; }
|
||||
public virtual System.Reflection.AssemblyName GetName() { throw null; }
|
||||
public byte[] GetPdbBlob() { throw null; }
|
||||
public Mono.Debugger.Soft.TypeMirror GetType(string name) { throw null; }
|
||||
public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError) { throw null; }
|
||||
public Mono.Debugger.Soft.TypeMirror GetType(string name, bool throwOnError, bool ignoreCase) { throw null; }
|
||||
public Mono.Debugger.Soft.TypeMirror GetType(uint token) { throw null; }
|
||||
}
|
||||
public partial class AssemblyUnloadEvent : Mono.Debugger.Soft.Event
|
||||
{
|
||||
|
@@ -1 +1 @@
|
||||
d906cc86778bcc853daa6f318fa3d840d52a5a10
|
||||
b6bab354b18204adbea1f159846b9807413b1a3d
|
@@ -1 +1 @@
|
||||
bd9b258d4f490e816dcc032678ba657bef5084bb
|
||||
5bb99bc8c448a147d4fd5de3bd1798df7015810b
|
@@ -19,41 +19,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Security.Cryptography
|
||||
{
|
||||
public sealed partial class CryptographicAttributeObject
|
||||
@@ -158,7 +124,6 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public sealed partial class CmsSigner
|
||||
{
|
||||
public CmsSigner() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public CmsSigner(System.Security.Cryptography.CspParameters parameters) { }
|
||||
public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType) { }
|
||||
public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
|
||||
@@ -167,6 +132,7 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid DigestAlgorithm { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.X509Certificates.X509IncludeOption IncludeOption { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SubjectIdentifierType SignerIdentifierType { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get { throw null; } }
|
||||
@@ -177,8 +143,6 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public ContentInfo(System.Security.Cryptography.Oid contentType, byte[] content) { }
|
||||
public byte[] Content { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid ContentType { get { throw null; } }
|
||||
~ContentInfo() { }
|
||||
[System.MonoTODOAttribute("MS is stricter than us about the content structure")]
|
||||
public static System.Security.Cryptography.Oid GetContentType(byte[] encodedMessage) { throw null; }
|
||||
}
|
||||
public sealed partial class EnvelopedCms
|
||||
@@ -194,23 +158,14 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public System.Security.Cryptography.Pkcs.RecipientInfoCollection RecipientInfos { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnprotectedAttributes { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decode(byte[] encodedMessage) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo recipientInfo) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo recipientInfo, System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public byte[] Encode() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient recipient) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection recipients) { }
|
||||
}
|
||||
public enum KeyAgreeKeyChoice
|
||||
@@ -219,7 +174,6 @@ namespace System.Security.Cryptography.Pkcs
|
||||
StaticKey = 2,
|
||||
Unknown = 0,
|
||||
}
|
||||
[System.MonoTODOAttribute]
|
||||
public sealed partial class KeyAgreeRecipientInfo : System.Security.Cryptography.Pkcs.RecipientInfo
|
||||
{
|
||||
internal KeyAgreeRecipientInfo() { }
|
||||
@@ -338,25 +292,15 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public bool Detached { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoCollection SignerInfos { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CheckHash() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CheckSignature(bool verifySignatureOnly) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, bool verifySignatureOnly) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void ComputeSignature() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner signer) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner signer, bool silent) { }
|
||||
[System.MonoTODOAttribute("incomplete - missing attributes")]
|
||||
public void Decode(byte[] encodedMessage) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public byte[] Encode() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public void RemoveSignature(int index) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo signerInfo) { }
|
||||
}
|
||||
public sealed partial class SignerInfo
|
||||
@@ -365,23 +309,18 @@ namespace System.Security.Cryptography.Pkcs
|
||||
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SignerInfoCollection CounterSignerInfos { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid DigestAlgorithm { get { throw null; } }
|
||||
public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get { throw null; } }
|
||||
public System.Security.Cryptography.Pkcs.SubjectIdentifier SignerIdentifier { get { throw null; } }
|
||||
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get { throw null; } }
|
||||
public int Version { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CheckHash() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CheckSignature(bool verifySignatureOnly) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraStore, bool verifySignatureOnly) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void ComputeCounterSignature() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner signer) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public byte[] GetSignature() { throw null; }
|
||||
public void RemoveCounterSignature(int index) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public void RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo counterSignerInfo) { }
|
||||
}
|
||||
public sealed partial class SignerInfoCollection : System.Collections.ICollection, System.Collections.IEnumerable
|
||||
|
@@ -1 +1 @@
|
||||
8995d01e1ab9782fe94c11ccbcc28faec0f9899c
|
||||
a1df3f83332859870e1cf4a20ceeeed89728c785
|
@@ -1 +1 @@
|
||||
0e31ba5d23e56d9bf294bc2cb75621d58d6ee1ab
|
||||
47154482003e653af7b9a47e14d653dd2a666e8d
|
@@ -1 +1 @@
|
||||
9bca9460d6b9cd74dd3d146987c845648fdb7094
|
||||
9ed54522b05ffd99addb3901008357209a338572
|
Reference in New Issue
Block a user