m
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
using System;
|
||||
using System.Configuration;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net.Configuration
|
||||
{
|
||||
/// <summary>Represents the type information for an authentication module. This class cannot be inherited.</summary>
|
||||
// Token: 0x02000388 RID: 904
|
||||
[Token(Token = "0x2000388")]
|
||||
public sealed class AuthenticationModuleElement : ConfigurationElement
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElement" /> class.</summary>
|
||||
// Token: 0x060017D8 RID: 6104 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60017D8")]
|
||||
[Address(RVA = "0xDC41F0", Offset = "0xDC31F0", VA = "0x180DC41F0")]
|
||||
public AuthenticationModuleElement()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElement" /> class with the specified type information.</summary>
|
||||
/// <param name="typeName">A string that identifies the type and the assembly that contains it.</param>
|
||||
// Token: 0x060017D9 RID: 6105 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60017D9")]
|
||||
[Address(RVA = "0xDC41C0", Offset = "0xDC31C0", VA = "0x180DC41C0")]
|
||||
public AuthenticationModuleElement(string typeName)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x1700051B RID: 1307
|
||||
// (get) Token: 0x060017DA RID: 6106 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x1700051B")]
|
||||
protected override ConfigurationPropertyCollection Properties
|
||||
{
|
||||
[Token(Token = "0x60017DA")]
|
||||
[Address(RVA = "0xDC4220", Offset = "0xDC3220", VA = "0x180DC4220", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the type and assembly information for the current instance.</summary>
|
||||
/// <returns>A string that identifies a type that implements an authentication module or <see langword="null" /> if no value has been specified.</returns>
|
||||
// Token: 0x1700051C RID: 1308
|
||||
// (get) Token: 0x060017DB RID: 6107 RVA: 0x00002050 File Offset: 0x00000250
|
||||
// (set) Token: 0x060017DC RID: 6108 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x1700051C")]
|
||||
public string Type
|
||||
{
|
||||
[Token(Token = "0x60017DB")]
|
||||
[Address(RVA = "0xDC4250", Offset = "0xDC3250", VA = "0x180DC4250")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x60017DC")]
|
||||
[Address(RVA = "0xDC4280", Offset = "0xDC3280", VA = "0x180DC4280")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user