Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ExtendedProtectionPolicy() [3/5]

System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy.ExtendedProtectionPolicy ( PolicyEnforcement policyEnforcement,
ChannelBinding customChannelBinding )
inline

Definition at line 47 of file ExtendedProtectionPolicy.cs.

48 {
50 {
52 }
53 if (customChannelBinding == null)
54 {
55 throw new ArgumentNullException("customChannelBinding");
56 }
58 _protectionScenario = ProtectionScenario.TransportSelected;
60 }
static string security_ExtendedProtectionPolicy_UseDifferentConstructorForNever
Definition SR.cs:106
Definition SR.cs:7

References System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy._customChannelBinding, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy._policyEnforcement, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy._protectionScenario, System.Runtime.Serialization.Dictionary, and System.SR.security_ExtendedProtectionPolicy_UseDifferentConstructorForNever.