4 writes to policyEnforcement
System (4)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (4)
49this.policyEnforcement = policyEnforcement; 74this.policyEnforcement = policyEnforcement; 82this.policyEnforcement = policyEnforcement; 88policyEnforcement = (PolicyEnforcement)info.GetInt32(policyEnforcementName);
3 references to policyEnforcement
System (3)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (3)
107get { return policyEnforcement; } 126sb.Append(policyEnforcement.ToString()); 175info.AddValue(policyEnforcementName, (int)policyEnforcement);