Пример #1
0
 public unsafe static SecurityStatus SafeQueryContextAttributes(
     ref SafeCtxtHandle context,
     out SecPkgContext_Sizes packageSizes)
 {
     fixed(void *buffer = &packageSizes)
     return(SafeQueryContextAttributes(ref context, UlAttribute.SECPKG_ATTR_SIZES, buffer));
 }
Пример #2
0
 public unsafe static SecurityStatus SafeQueryContextAttributes(ref SafeCtxtHandle context, out SecPkgContext_Sizes packageSizes)
 {
     return(Sspi.SafeQueryContextAttributes(ref context, UlAttribute.SECPKG_ATTR_SIZES, (void *)(&packageSizes)));
 }