Share via


SecurityPolicyAssertion.RequireDerivedKeys Property

Gets or sets a value indicating whether DerivedKeyToken security tokens are used.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim securityPolicyAssertion1 As SecurityPolicyAssertion

Dim returnValue As Boolean
returnValue = securityPolicyAssertion1.RequireDerivedKeys

Dim sampleValue As Boolean
securityPolicyAssertion1.RequireDerivedKeys = sampleValue

Syntax

'Declaration
Public Property RequireDerivedKeys() As Boolean
public bool RequireDerivedKeys {get; set;}
public:
property bool RequireDerivedKeys {
    bool get();
    void set(bool value);
}
public boolean get_RequireDerivedKeys();
public void set_RequireDerivedKeys(boolean);
public function get RequireDerivedKeys() : Boolean;
public function set RequireDerivedKeys(Boolean);

Property Value

true if DerivedKeyToken security tokens are used when securing the SOAP message; otherwise, false. The default is false.

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