KerberosAssertion Class
Represents a turnkey security assertion that uses a KerberosToken security token to authenticate the client and protect SOAP messages.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim kerberosAssertion1 As New KerberosAssertion()
Syntax
'Declaration
Public Class KerberosAssertion
Inherits SecurityPolicyAssertion
public class KerberosAssertion : SecurityPolicyAssertion
public ref class KerberosAssertion : SecurityPolicyAssertion
public class KerberosAssertion extends SecurityPolicyAssertion
public class KerberosAssertion extends SecurityPolicyAssertion
Remarks
Given that most applications are secured based on the network topology in which the Web service resides, WSE 3.0 introduces a new scenario-based methodology to secure communication to and from a Web service. That is, instead of piecing security together for an application using multiple security operations, WSE allows you to apply security using a prepackaged set of security operations, which are known as security assertions. For common scenarios, WSE provides a set of these security assertions that are called turnkey security assertions.
A turnkey security assertion can be used with or without a policy file. To use the kerberosSecurity turnkey assertion without a policy file, use the KerberosAssertion class and the process specified in the How to: Secure a Web Service Without Using a Policy File topic. To use the kerberosSecurity turnkey assertion with a policy file, use the <kerberosSecurity> Element with the process specified in the How to: Secure a Web Service Using a Policy File topic.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Design.PolicyAssertion
Microsoft.Web.Services3.Design.SecurityPolicyAssertion
Microsoft.Web.Services3.Design.KerberosAssertion
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
KerberosAssertion Members
Microsoft.Web.Services3.Design Namespace
Other Resources
<kerberosSecurity> Element
How to: Secure a Web Service Without Using a Policy File
How to: Secure a Web Service Using a Policy File