You've already forked linux-packaging-mono
							
							
		
			
	
	
		
			14 lines
		
	
	
		
			446 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			446 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|   | //----------------------------------------------------------------------------- | ||
|  | // Copyright (c) Microsoft Corporation.  All rights reserved. | ||
|  | //----------------------------------------------------------------------------- | ||
|  | namespace System.ServiceModel.Channels | ||
|  | { | ||
|  |     using System.Xml; | ||
|  |     using System.ServiceModel.Description; | ||
|  | 
 | ||
|  |     public interface ITransportTokenAssertionProvider | ||
|  |     { | ||
|  |         XmlElement GetTransportTokenAssertion(); | ||
|  |     } | ||
|  | } |