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: 0x02001A64 RID: 6756
|
|
[Token(Token = "0x2001A64")]
|
|
public class PkixPolicyNode
|
|
{
|
|
// Token: 0x17001984 RID: 6532
|
|
// (get) Token: 0x06009F8B RID: 40843 RVA: 0x0020EBE4 File Offset: 0x0020CDE4
|
|
[Token(Token = "0x17001984")]
|
|
public virtual int Depth
|
|
{
|
|
[Token(Token = "0x6009F8B")]
|
|
[Address(RVA = "0x411540", Offset = "0x410540", VA = "0x180411540", Slot = "4")]
|
|
get
|
|
{
|
|
return this.mDepth;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001985 RID: 6533
|
|
// (get) Token: 0x06009F8C RID: 40844 RVA: 0x0020EBF8 File Offset: 0x0020CDF8
|
|
[Token(Token = "0x17001985")]
|
|
public virtual IEnumerable Children
|
|
{
|
|
[Token(Token = "0x6009F8C")]
|
|
[Address(RVA = "0x51FB90", Offset = "0x51EB90", VA = "0x18051FB90", Slot = "5")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06009F8C)
|
|
|
|
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 1663
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001986 RID: 6534
|
|
// (get) Token: 0x06009F8D RID: 40845 RVA: 0x0020EC10 File Offset: 0x0020CE10
|
|
// (set) Token: 0x06009F8E RID: 40846 RVA: 0x0020EC24 File Offset: 0x0020CE24
|
|
[Token(Token = "0x17001986")]
|
|
public virtual bool IsCritical
|
|
{
|
|
[Token(Token = "0x6009F8D")]
|
|
[Address(RVA = "0x41CF00", Offset = "0x41BF00", VA = "0x18041CF00", Slot = "6")]
|
|
get
|
|
{
|
|
return this.mCritical;
|
|
}
|
|
[Token(Token = "0x6009F8E")]
|
|
[Address(RVA = "0x41D000", Offset = "0x41C000", VA = "0x18041D000", Slot = "7")]
|
|
set
|
|
{
|
|
this.mCritical = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001987 RID: 6535
|
|
// (get) Token: 0x06009F8F RID: 40847 RVA: 0x0020EC38 File Offset: 0x0020CE38
|
|
[Token(Token = "0x17001987")]
|
|
public virtual ISet PolicyQualifiers
|
|
{
|
|
[Token(Token = "0x6009F8F")]
|
|
[Address(RVA = "0x51FCA0", Offset = "0x51ECA0", VA = "0x18051FCA0", Slot = "8")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06009F8F)
|
|
|
|
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 1663
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001988 RID: 6536
|
|
// (get) Token: 0x06009F90 RID: 40848 RVA: 0x0020EC50 File Offset: 0x0020CE50
|
|
[Token(Token = "0x17001988")]
|
|
public virtual string ValidPolicy
|
|
{
|
|
[Token(Token = "0x6009F90")]
|
|
[Address(RVA = "0x41CEF0", Offset = "0x41BEF0", VA = "0x18041CEF0", Slot = "9")]
|
|
get
|
|
{
|
|
return this.mValidPolicy;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17001989 RID: 6537
|
|
// (get) Token: 0x06009F91 RID: 40849 RVA: 0x0020EC64 File Offset: 0x0020CE64
|
|
[Token(Token = "0x17001989")]
|
|
public virtual bool HasChildren
|
|
{
|
|
[Token(Token = "0x6009F91")]
|
|
[Address(RVA = "0x51FC50", Offset = "0x51EC50", VA = "0x18051FC50", Slot = "10")]
|
|
get
|
|
{
|
|
IList list = this.mChildren;
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700198A RID: 6538
|
|
// (get) Token: 0x06009F92 RID: 40850 RVA: 0x0020EC80 File Offset: 0x0020CE80
|
|
// (set) Token: 0x06009F93 RID: 40851 RVA: 0x0020EC98 File Offset: 0x0020CE98
|
|
[Token(Token = "0x1700198A")]
|
|
public virtual ISet ExpectedPolicies
|
|
{
|
|
[Token(Token = "0x6009F92")]
|
|
[Address(RVA = "0x51FBF0", Offset = "0x51EBF0", VA = "0x18051FBF0", Slot = "11")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06009F92)
|
|
|
|
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 1663
|
|
*/;
|
|
}
|
|
[Token(Token = "0x6009F93")]
|
|
[Address(RVA = "0x51FD00", Offset = "0x51ED00", VA = "0x18051FD00", Slot = "12")]
|
|
set
|
|
{
|
|
HashSet hashSet = new HashSet(value);
|
|
this.mExpectedPolicies = hashSet;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700198B RID: 6539
|
|
// (get) Token: 0x06009F94 RID: 40852 RVA: 0x0020ECB4 File Offset: 0x0020CEB4
|
|
// (set) Token: 0x06009F95 RID: 40853 RVA: 0x0020ECC8 File Offset: 0x0020CEC8
|
|
[Token(Token = "0x1700198B")]
|
|
public virtual PkixPolicyNode Parent
|
|
{
|
|
[Token(Token = "0x6009F94")]
|
|
[Address(RVA = "0x4157D0", Offset = "0x4147D0", VA = "0x1804157D0", Slot = "13")]
|
|
get
|
|
{
|
|
return this.mParent;
|
|
}
|
|
[Token(Token = "0x6009F95")]
|
|
[Address(RVA = "0x415820", Offset = "0x414820", VA = "0x180415820", Slot = "14")]
|
|
set
|
|
{
|
|
this.mParent = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06009F96 RID: 40854 RVA: 0x0020ECDC File Offset: 0x0020CEDC
|
|
[Token(Token = "0x6009F96")]
|
|
[Address(RVA = "0x51FAB0", Offset = "0x51EAB0", VA = "0x18051FAB0")]
|
|
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: 0x06009F97 RID: 40855 RVA: 0x0020ED34 File Offset: 0x0020CF34
|
|
[Token(Token = "0x6009F97")]
|
|
[Address(RVA = "0x51F2E0", Offset = "0x51E2E0", VA = "0x18051F2E0", Slot = "15")]
|
|
public virtual void AddChild(PkixPolicyNode child)
|
|
{
|
|
PkixPolicyNode parent = child.Parent;
|
|
IList list = this.mChildren;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06009F98 RID: 40856 RVA: 0x0020ED54 File Offset: 0x0020CF54
|
|
[Token(Token = "0x6009F98")]
|
|
[Address(RVA = "0x51F6B0", Offset = "0x51E6B0", VA = "0x18051F6B0", Slot = "16")]
|
|
public virtual void RemoveChild(PkixPolicyNode child)
|
|
{
|
|
IList list = this.mChildren;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06009F99 RID: 40857 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6009F99")]
|
|
[Address(RVA = "0x51FA60", Offset = "0x51EA60", VA = "0x18051FA60", Slot = "3")]
|
|
public override string ToString()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06009F9A RID: 40858 RVA: 0x0020ED70 File Offset: 0x0020CF70
|
|
[Token(Token = "0x6009F9A")]
|
|
[Address(RVA = "0x51F710", Offset = "0x51E710", VA = "0x18051F710", 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: 0x06009F9B RID: 40859 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6009F9B")]
|
|
[Address(RVA = "0x51F360", Offset = "0x51E360", VA = "0x18051F360", Slot = "18")]
|
|
public virtual object Clone()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06009F9C RID: 40860 RVA: 0x0020EE44 File Offset: 0x0020D044
|
|
[Token(Token = "0x6009F9C")]
|
|
[Address(RVA = "0x51F380", Offset = "0x51E380", VA = "0x18051F380", 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: 0x04006AC3 RID: 27331
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4006AC3")]
|
|
protected IList mChildren;
|
|
|
|
// Token: 0x04006AC4 RID: 27332
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x4006AC4")]
|
|
protected int mDepth;
|
|
|
|
// Token: 0x04006AC5 RID: 27333
|
|
[FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x4006AC5")]
|
|
protected ISet mExpectedPolicies;
|
|
|
|
// Token: 0x04006AC6 RID: 27334
|
|
[FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x4006AC6")]
|
|
protected PkixPolicyNode mParent;
|
|
|
|
// Token: 0x04006AC7 RID: 27335
|
|
[FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x4006AC7")]
|
|
protected ISet mPolicyQualifiers;
|
|
|
|
// Token: 0x04006AC8 RID: 27336
|
|
[FieldOffset(Offset = "0x38")]
|
|
[Token(Token = "0x4006AC8")]
|
|
protected string mValidPolicy;
|
|
|
|
// Token: 0x04006AC9 RID: 27337
|
|
[FieldOffset(Offset = "0x40")]
|
|
[Token(Token = "0x4006AC9")]
|
|
protected bool mCritical;
|
|
}
|
|
}
|