Example #1
0
 public KeyInfoSecurityTokenReference(WSS wss, string referedID)
 {
     this.Wss       = wss;
     this.ReferedID = referedID;
 }
Example #2
0
 public SignedWSS(WSS wss, XmlDocument doc) : base(doc)
 {
     this.Wss = wss;
 }