SecurityPolicyAssertion.ReadAttributes Method
Read the XML attributes for a security policy assertion in a policy file.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Public Class securityPolicyAssertionImplementation
Inherits SecurityPolicyAssertion
Protected Overrides Sub ReadAttributes(reader As XmlReader)
MyBase.ReadAttributes(reader)
End Sub
End Class
Syntax
'Declaration
Protected Sub ReadAttributes( _
ByVal reader As XmlReader _
)
protected void ReadAttributes(
XmlReader reader
);
protected:
void ReadAttributes(
XmlReader^ reader
);
protected void ReadAttributes(
XmlReader reader
);
protected function ReadAttributes(
reader : XmlReader
) : Void;
Parameters
- reader
The System.Xml.XmlReader from which to read.
Remarks
The default implementation attempts to read the establishSecurityContext, renewExpiredSecurityContext, signatureConfirmation, MessageMessageProtectionOrder, RequireDerivedKeys, clientActor, serviceActor, and ttlInSeconds attributes.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SecurityPolicyAssertion Class
SecurityPolicyAssertion Members
Microsoft.Web.Services3.Design Namespace