|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ExtendedProtectionPolicy (PolicyEnforcement policyEnforcement, ProtectionScenario protectionScenario, ServiceNameCollection? customServiceNames) | |
| ExtendedProtectionPolicy (PolicyEnforcement policyEnforcement, ProtectionScenario protectionScenario, ICollection? customServiceNames) | |
| ExtendedProtectionPolicy (PolicyEnforcement policyEnforcement, ChannelBinding customChannelBinding) | |
| ExtendedProtectionPolicy (PolicyEnforcement policyEnforcement) | |
| override string | ToString () |
Protected Member Functions | |
| ExtendedProtectionPolicy (SerializationInfo info, StreamingContext context) | |
Properties | |
| ServiceNameCollection? | CustomServiceNames [get] |
| PolicyEnforcement | PolicyEnforcement [get] |
| ProtectionScenario | ProtectionScenario [get] |
| ChannelBinding? | CustomChannelBinding [get] |
| static bool | OSSupportsExtendedProtection [get] |
Private Member Functions | |
| void ISerializable. | GetObjectData (SerializationInfo info, StreamingContext context) |
Private Attributes | |
| readonly ServiceNameCollection | _customServiceNames |
| readonly PolicyEnforcement | _policyEnforcement |
| readonly ProtectionScenario | _protectionScenario |
| readonly ChannelBinding | _customChannelBinding |
Definition at line 7 of file ExtendedProtectionPolicy.cs.