Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy Class Reference

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

ServiceNameCollectionCustomServiceNames [get]
 
PolicyEnforcement PolicyEnforcement [get]
 
ProtectionScenario ProtectionScenario [get]
 
ChannelBindingCustomChannelBinding [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
 

Detailed Description

Definition at line 7 of file ExtendedProtectionPolicy.cs.


The documentation for this class was generated from the following file: