375 lines
17 KiB
C#
375 lines
17 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Text;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities;
|
|
using BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix
|
|
{
|
|
// Token: 0x02001984 RID: 6532
|
|
[Token(Token = "0x2001984")]
|
|
public class PkixPolicyNode
|
|
{
|
|
// Token: 0x170018E7 RID: 6375
|
|
// (get) Token: 0x06009BBD RID: 39869 RVA: 0x00205B54 File Offset: 0x00203D54
|
|
[Token(Token = "0x170018E7")]
|
|
public virtual int Depth
|
|
{
|
|
[Token(Token = "0x6009BBD")]
|
|
[Address(RVA = "0x40B720", Offset = "0x40A520", VA = "0x18040B720", Slot = "4")]
|
|
get
|
|
{
|
|
return this.mDepth;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170018E8 RID: 6376
|
|
// (get) Token: 0x06009BBE RID: 39870 RVA: 0x00205B68 File Offset: 0x00203D68
|
|
[Token(Token = "0x170018E8")]
|
|
public virtual IEnumerable Children
|
|
{
|
|
[Token(Token = "0x6009BBE")]
|
|
[Address(RVA = "0x19B5B20", Offset = "0x19B4920", VA = "0x1819B5B20", Slot = "5")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06009BBE)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.IEnumerable BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_Children()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:EnumerableProxy(var_0_0B, newobj:EnumerableProxy(EnumerableProxy::.ctor, ldfld:IList[exp:IEnumerable](PkixPolicyNode::mChildren, ldloc:PkixPolicyNode(this))))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1660
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170018E9 RID: 6377
|
|
// (get) Token: 0x06009BBF RID: 39871 RVA: 0x00205B80 File Offset: 0x00203D80
|
|
// (set) Token: 0x06009BC0 RID: 39872 RVA: 0x00205B94 File Offset: 0x00203D94
|
|
[Token(Token = "0x170018E9")]
|
|
public virtual bool IsCritical
|
|
{
|
|
[Token(Token = "0x6009BBF")]
|
|
[Address(RVA = "0x4363F0", Offset = "0x4351F0", VA = "0x1804363F0", Slot = "6")]
|
|
get
|
|
{
|
|
return this.mCritical;
|
|
}
|
|
[Token(Token = "0x6009BC0")]
|
|
[Address(RVA = "0x4366B0", Offset = "0x4354B0", VA = "0x1804366B0", Slot = "7")]
|
|
set
|
|
{
|
|
this.mCritical = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170018EA RID: 6378
|
|
// (get) Token: 0x06009BC1 RID: 39873 RVA: 0x00205BA8 File Offset: 0x00203DA8
|
|
[Token(Token = "0x170018EA")]
|
|
public virtual ISet PolicyQualifiers
|
|
{
|
|
[Token(Token = "0x6009BC1")]
|
|
[Address(RVA = "0x19B5C30", Offset = "0x19B4A30", VA = "0x1819B5C30", Slot = "8")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06009BC1)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_PolicyQualifiers()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:HashSet(var_0_0B, newobj:HashSet(HashSet::.ctor, ldfld:ISet[exp:IEnumerable](PkixPolicyNode::mPolicyQualifiers, ldloc:PkixPolicyNode(this))))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1660
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170018EB RID: 6379
|
|
// (get) Token: 0x06009BC2 RID: 39874 RVA: 0x00205BC0 File Offset: 0x00203DC0
|
|
[Token(Token = "0x170018EB")]
|
|
public virtual string ValidPolicy
|
|
{
|
|
[Token(Token = "0x6009BC2")]
|
|
[Address(RVA = "0x3F63D0", Offset = "0x3F51D0", VA = "0x1803F63D0", Slot = "9")]
|
|
get
|
|
{
|
|
return this.mValidPolicy;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170018EC RID: 6380
|
|
// (get) Token: 0x06009BC3 RID: 39875 RVA: 0x00205BD4 File Offset: 0x00203DD4
|
|
[Token(Token = "0x170018EC")]
|
|
public virtual bool HasChildren
|
|
{
|
|
[Token(Token = "0x6009BC3")]
|
|
[Address(RVA = "0x19B5BE0", Offset = "0x19B49E0", VA = "0x1819B5BE0", Slot = "10")]
|
|
get
|
|
{
|
|
IList list = this.mChildren;
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170018ED RID: 6381
|
|
// (get) Token: 0x06009BC4 RID: 39876 RVA: 0x00205BF0 File Offset: 0x00203DF0
|
|
// (set) Token: 0x06009BC5 RID: 39877 RVA: 0x00205C08 File Offset: 0x00203E08
|
|
[Token(Token = "0x170018ED")]
|
|
public virtual ISet ExpectedPolicies
|
|
{
|
|
[Token(Token = "0x6009BC4")]
|
|
[Address(RVA = "0x19B5B80", Offset = "0x19B4980", VA = "0x1819B5B80", Slot = "11")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06009BC4)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections.ISet BestHTTP.SecureProtocol.Org.BouncyCastle.Pkix.PkixPolicyNode::get_ExpectedPolicies()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:HashSet(var_0_0B, newobj:HashSet(HashSet::.ctor, ldfld:ISet[exp:IEnumerable](PkixPolicyNode::mExpectedPolicies, ldloc:PkixPolicyNode(this))))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1660
|
|
*/;
|
|
}
|
|
[Token(Token = "0x6009BC5")]
|
|
[Address(RVA = "0x19B5C90", Offset = "0x19B4A90", VA = "0x1819B5C90", Slot = "12")]
|
|
set
|
|
{
|
|
HashSet hashSet = new HashSet(value);
|
|
this.mExpectedPolicies = hashSet;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170018EE RID: 6382
|
|
// (get) Token: 0x06009BC6 RID: 39878 RVA: 0x00205C24 File Offset: 0x00203E24
|
|
// (set) Token: 0x06009BC7 RID: 39879 RVA: 0x00205C38 File Offset: 0x00203E38
|
|
[Token(Token = "0x170018EE")]
|
|
public virtual PkixPolicyNode Parent
|
|
{
|
|
[Token(Token = "0x6009BC6")]
|
|
[Address(RVA = "0x3F63E0", Offset = "0x3F51E0", VA = "0x1803F63E0", Slot = "13")]
|
|
get
|
|
{
|
|
return this.mParent;
|
|
}
|
|
[Token(Token = "0x6009BC7")]
|
|
[Address(RVA = "0x409C60", Offset = "0x408A60", VA = "0x180409C60", Slot = "14")]
|
|
set
|
|
{
|
|
this.mParent = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06009BC8 RID: 39880 RVA: 0x00205C4C File Offset: 0x00203E4C
|
|
[Token(Token = "0x6009BC8")]
|
|
[Address(RVA = "0x19B5A40", Offset = "0x19B4840", VA = "0x1819B5A40")]
|
|
public PkixPolicyNode(IList children, int depth, ISet expectedPolicies, PkixPolicyNode parent, ISet policyQualifiers, string validPolicy, bool critical)
|
|
{
|
|
if (children != 0)
|
|
{
|
|
IList list = Platform.CreateArrayList(children);
|
|
}
|
|
IList list2 = Platform.CreateArrayList();
|
|
this.mChildren = list2;
|
|
this.mParent = 0;
|
|
this.mPolicyQualifiers = 0;
|
|
this.mValidPolicy = 0;
|
|
this.mDepth = depth;
|
|
this.mExpectedPolicies = expectedPolicies;
|
|
this.mCritical = false;
|
|
}
|
|
|
|
// Token: 0x06009BC9 RID: 39881 RVA: 0x00205CA4 File Offset: 0x00203EA4
|
|
[Token(Token = "0x6009BC9")]
|
|
[Address(RVA = "0x19B5290", Offset = "0x19B4090", VA = "0x1819B5290", Slot = "15")]
|
|
public virtual void AddChild(PkixPolicyNode child)
|
|
{
|
|
PkixPolicyNode parent = child.Parent;
|
|
IList list = this.mChildren;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06009BCA RID: 39882 RVA: 0x00205CC4 File Offset: 0x00203EC4
|
|
[Token(Token = "0x6009BCA")]
|
|
[Address(RVA = "0x19B5640", Offset = "0x19B4440", VA = "0x1819B5640", Slot = "16")]
|
|
public virtual void RemoveChild(PkixPolicyNode child)
|
|
{
|
|
IList list = this.mChildren;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06009BCB RID: 39883 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6009BCB")]
|
|
[Address(RVA = "0x19B59F0", Offset = "0x19B47F0", VA = "0x1819B59F0", Slot = "3")]
|
|
public override string ToString()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06009BCC RID: 39884 RVA: 0x00205CE0 File Offset: 0x00203EE0
|
|
[Token(Token = "0x6009BCC")]
|
|
[Address(RVA = "0x19B56A0", Offset = "0x19B44A0", VA = "0x1819B56A0", Slot = "17")]
|
|
public virtual string ToString(string indent)
|
|
{
|
|
StringBuilder stringBuilder;
|
|
for (;;)
|
|
{
|
|
int num = 0;
|
|
stringBuilder = new StringBuilder();
|
|
StringBuilder stringBuilder2 = stringBuilder.Append(indent);
|
|
string text = this.mValidPolicy;
|
|
StringBuilder stringBuilder3 = stringBuilder.Append(text);
|
|
StringBuilder stringBuilder4 = stringBuilder.Append(" {");
|
|
string newLine = Platform.NewLine;
|
|
StringBuilder stringBuilder5 = stringBuilder.Append(newLine);
|
|
IList list = this.mChildren;
|
|
if (stringBuilder5 != 0)
|
|
{
|
|
if (num < stringBuilder5)
|
|
{
|
|
num += num;
|
|
num++;
|
|
}
|
|
if (stringBuilder5 == 0)
|
|
{
|
|
}
|
|
if (stringBuilder5 == 0)
|
|
{
|
|
goto IL_BF;
|
|
}
|
|
string text2 = indent + " ";
|
|
if (stringBuilder.Append(text2) != 0)
|
|
{
|
|
}
|
|
if (num == 0)
|
|
{
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
StringBuilder stringBuilder6 = stringBuilder.Append(indent);
|
|
StringBuilder stringBuilder7 = stringBuilder.Append("}");
|
|
string newLine2 = Platform.NewLine;
|
|
StringBuilder stringBuilder8 = stringBuilder.Append(newLine2);
|
|
int hashCode = stringBuilder.GetHashCode();
|
|
throw new NullReferenceException();
|
|
IL_BF:
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06009BCD RID: 39885 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6009BCD")]
|
|
[Address(RVA = "0x5DF310", Offset = "0x5DE110", VA = "0x1805DF310", Slot = "18")]
|
|
public virtual object Clone()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06009BCE RID: 39886 RVA: 0x00205DB4 File Offset: 0x00203FB4
|
|
[Token(Token = "0x6009BCE")]
|
|
[Address(RVA = "0x19B5310", Offset = "0x19B4110", VA = "0x1819B5310", Slot = "19")]
|
|
public virtual PkixPolicyNode Copy()
|
|
{
|
|
int num;
|
|
PkixPolicyNode pkixPolicyNode;
|
|
do
|
|
{
|
|
num = 0;
|
|
IList list = Platform.CreateArrayList();
|
|
HashSet hashSet = new HashSet(this.mExpectedPolicies);
|
|
HashSet hashSet2 = new HashSet(this.mPolicyQualifiers);
|
|
string text = this.mValidPolicy;
|
|
IList list2 = pkixPolicyNode.mChildren;
|
|
if (pkixPolicyNode != 0)
|
|
{
|
|
if (num < pkixPolicyNode)
|
|
{
|
|
num += num;
|
|
num++;
|
|
}
|
|
num++;
|
|
num += 19;
|
|
ulong num2;
|
|
num = (int)((ulong)num + num2);
|
|
if (num == 0 || num == 0)
|
|
{
|
|
goto IL_7B;
|
|
}
|
|
}
|
|
}
|
|
while (num != 0);
|
|
return pkixPolicyNode;
|
|
IL_7B:
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0400690A RID: 26890
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400690A")]
|
|
protected IList mChildren;
|
|
|
|
// Token: 0x0400690B RID: 26891
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x400690B")]
|
|
protected int mDepth;
|
|
|
|
// Token: 0x0400690C RID: 26892
|
|
[FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x400690C")]
|
|
protected ISet mExpectedPolicies;
|
|
|
|
// Token: 0x0400690D RID: 26893
|
|
[FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x400690D")]
|
|
protected PkixPolicyNode mParent;
|
|
|
|
// Token: 0x0400690E RID: 26894
|
|
[FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x400690E")]
|
|
protected ISet mPolicyQualifiers;
|
|
|
|
// Token: 0x0400690F RID: 26895
|
|
[FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x400690F")]
|
|
protected string mValidPolicy;
|
|
|
|
// Token: 0x04006910 RID: 26896
|
|
[FieldOffset(Offset = "0x40")]
|
|
[Token(Token = "0x4006910")]
|
|
protected bool mCritical;
|
|
}
|
|
}
|