XElement
XElement(XElement)
XElement(XName)
XElement(XStreamingElement)
XElement(XName, Object)
XElement(XName, Object[])
EmptySequence
FirstAttribute
HasAttributes
HasElements
IsEmpty
LastAttribute
Name
NodeType
Value
AncestorsAndSelf()
AncestorsAndSelf(XName)
Attribute(XName)
Attributes()
Attributes(XName)
DescendantNodesAndSelf()
DescendantsAndSelf()
DescendantsAndSelf(XName)
GetDefaultNamespace()
GetNamespaceOfPrefix(String)
GetPrefixOfNamespace(XNamespace)
Load(Stream)
Load(String)
Load(TextReader)
Load(XmlReader)
Load(Stream, LoadOptions)
Load(String, LoadOptions)
Load(TextReader, LoadOptions)
Load(XmlReader, LoadOptions)
LoadAsync(Stream, LoadOptions, CancellationToken)
LoadAsync(TextReader, LoadOptions, CancellationToken)
LoadAsync(XmlReader, LoadOptions, CancellationToken)
Parse(String)
Parse(String, LoadOptions)
RemoveAll()
RemoveAttributes()
ReplaceAll(Object)
ReplaceAll(Object[])
ReplaceAttributes(Object)
ReplaceAttributes(Object[])
Save(Stream)
Save(String)
Save(TextWriter)
Save(XmlWriter)
Save(Stream, SaveOptions)
Save(String, SaveOptions)
Save(TextWriter, SaveOptions)
SaveAsync(XmlWriter, CancellationToken)
SaveAsync(Stream, SaveOptions, CancellationToken)
SaveAsync(TextWriter, SaveOptions, CancellationToken)
SetAttributeValue(XName, Object)
SetElementValue(XName, Object)
SetValue(Object)
WriteTo(XmlWriter)
WriteToAsync(XmlWriter, CancellationToken)
explicit operator Boolean?(XElement)
explicit operator Boolean(XElement)
explicit operator DateTime?(XElement)
explicit operator DateTime(XElement)
explicit operator DateTimeOffset?(XElement)
explicit operator DateTimeOffset(XElement)
explicit operator Decimal?(XElement)
explicit operator Decimal(XElement)
explicit operator Double?(XElement)
explicit operator Double(XElement)
explicit operator Guid?(XElement)
explicit operator Guid(XElement)
explicit operator Int32?(XElement)
explicit operator Int32(XElement)
explicit operator Int64?(XElement)
explicit operator Int64(XElement)
explicit operator Single?(XElement)
explicit operator Single(XElement)
explicit operator String(XElement)
explicit operator TimeSpan?(XElement)
explicit operator TimeSpan(XElement)
explicit operator UInt32?(XElement)
explicit operator UInt32(XElement)
explicit operator UInt64?(XElement)
explicit operator UInt64(XElement)
GetSchemaInfo(XElement)
MarkAsRequiresEncryption(XElement)
MarkAsRequiresEncryption(XElement)
Validate(XElement, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler)
Validate(XElement, XmlSchemaObject, XmlSchemaSet, ValidationEventHandler, Boolean)
net481
namespace Microsoft.AspNet.DataProtection.AuthenticatedEncryption.ConfigurationModel
{
public static class XmlExtensions
{
public static void MarkAsRequiresEncryption(this XElement element);
}
}
.NET Framework | 4.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net481 | |
Assembly | Microsoft.AspNet.DataProtection , Version=1.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNet.DataProtection (1.0.0-rc1-final) net451 |
Preview | This API is contained in a prerelease package. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API