313 {
314 SecPkgContext_ConnectionInfo
attribute =
default(SecPkgContext_ConnectionInfo);
315 bool flag = SSPIWrapper.QueryBlittableContextAttributes(GlobalSSPI.SSPISecureChannel,
securityContext, global::Interop.SspiCli.ContextAttribute.SECPKG_ATTR_CONNECTION_INFO,
ref attribute);
317 SecPkgContext_CipherInfo
attribute2 =
default(SecPkgContext_CipherInfo);
318 if (SSPIWrapper.QueryBlittableContextAttributes(GlobalSSPI.SSPISecureChannel,
securityContext, global::Interop.SspiCli.ContextAttribute.SECPKG_ATTR_CIPHER_INFO,
ref attribute2))
319 {
321 }
323 }