Ejemplo n.º 1
0
 /// <summary>
 /// Recupera o esquema que representa o tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetMySchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveSecuritySchema();
     return(new System.Xml.XmlQualifiedName("PingMessage", SecurityNamespaces.Security));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Recupera o esquema que representa o tipo.
 /// </summary>
 /// <param name="xs"></param>
 /// <returns></returns>
 public static System.Xml.XmlQualifiedName GetMySchema(System.Xml.Schema.XmlSchemaSet xs)
 {
     xs.ResolveSecuritySchema();
     return(new System.Xml.XmlQualifiedName("TokenPingResultErrorInfo", SecurityNamespaces.Security));
 }