Skip to content

Instantly share code, notes, and snippets.

Imports System.ServiceModel.Channels
Imports System.ServiceModel
Imports System.Xml
Imports System.Security.Cryptography
Imports System.IO
Imports System.Security.Cryptography.X509Certificates
Public Class ATSecurityHeader
Inherits MessageHeader
@nunorelvao
nunorelvao / jquery.selectbox-1.2.js
Last active December 17, 2015 07:09 — forked from itsadok/jquery.selectbox-1.2.js
Removed deprecated code in JQuery 1.9+, when leaving selectbox the hide() function was not called.
/*
* jQuery selectbox plugin
*
* Copyright (c) 2007 Sadri Sahraoui (brainfault.com)
* Licensed under the GPL license and MIT:
* http://www.opensource.org/licenses/GPL-license.php
* http://www.opensource.org/licenses/mit-license.php
*
* The code is inspired from Autocomplete plugin (http://www.dyve.net/jquery/?autocomplete)
*