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