Ejemplo n.º 1
0
 public int SetContextAttributes(SafeDeleteContext phContext, Interop.SspiCli.ContextAttribute attribute, byte[] buffer)
 {
     return(SafeFreeContextBuffer.SetContextAttributes(phContext, attribute, buffer));
 }
Ejemplo n.º 2
0
 public int SetContextAttributes(SafeDeleteContext phContext, ContextAttribute attribute, byte[] buffer)
 {
     return(SafeFreeContextBuffer.SetContextAttributes(Library, phContext, attribute, buffer));
 }