C# Class Southworks.IdentityModel.ClaimsPolicyEngine.FileXmlRepository
Afficher le fichier
Open project: southworks/protocol-bridge-claims-provider
Méthodes publiques
Méthode |
Description |
|
Load ( string name ) : System.Xml.Linq.XDocument |
|
|
Save ( string name, System.Xml.Linq.XDocument document ) : void |
|
|
Method Details
public Load ( string name ) : System.Xml.Linq.XDocument |
name |
string |
|
Résultat |
System.Xml.Linq.XDocument |
|
public Save ( string name, System.Xml.Linq.XDocument document ) : void |
name |
string |
|
document |
System.Xml.Linq.XDocument |
|
Résultat |
void |
|