(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services.Security / IMutableSecurityToken.cs
blobef706051cf5f788d44d879aa95a8bb3239686bfd
1 //
2 // IMutableSecurityToken.cs - IMutableSecurityToken interface
3 //
4 // Author:
5 // Sebastien Pouliot (spouliot@motus.com)
6 //
7 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
8 //
10 using System;
12 namespace Microsoft.Web.Services.Security {
14 public interface IMutableSecurityToken {
16 SecurityToken Clone();