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

◆ VerifyPackageInfo()

static void System.Net.Security.SslStreamPal.VerifyPackageInfo ( )
inlinestatic

Definition at line 24 of file SslStreamPal.cs.

25 {
26 SSPIWrapper.GetVerifyPackageInfo(GlobalSSPI.SSPISecureChannel, "Microsoft Unified Security Protocol Provider", throwIfMissing: true);
27 }

References System.Net.SSPIWrapper.GetVerifyPackageInfo(), and System.Net.GlobalSSPI.SSPISecureChannel.

Referenced by System.Net.Security.SecureChannel.SecureChannel().