mscorlib(4.0.0.0) API with additions
ISecurityEncodable.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Security
4
{
6
[ComVisible(
true
)]
7
public
interface
ISecurityEncodable
8
{
11
SecurityElement
ToXml
();
12
15
void
FromXml
(
SecurityElement
e);
16
}
17
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Security.ISecurityEncodable.FromXml
void FromXml(SecurityElement e)
Reconstructs a security object with a specified state from an XML encoding.
System.Security.SecurityElement
Represents the XML object model for encoding security objects. This class cannot be inherited.
Definition:
SecurityElement.cs:14
System.Security.ISecurityEncodable
Defines the methods that convert permission object state to and from XML element representation.
Definition:
ISecurityEncodable.cs:7
System.Security.ISecurityEncodable.ToXml
SecurityElement ToXml()
Creates an XML encoding of the security object and its current state.
All cs
System.Security
ISecurityEncodable.cs
Generated by
1.8.15