XdsObjects Help file
XdsObjects Namespace / XdsDomain.STSDelegate Delegate



In This Topic
    XdsDomain.STSDelegate Delegate
    In This Topic
    Event Hanlder of XDSDomain on Getting the Security Tokens
    Syntax
    Public Delegate Function XdsDomain.STSDelegate() As SecurityToken
    Dim instance As New XdsDomain.STSDelegate(AddressOf HandlerMethod)
    public delegate SecurityToken XdsDomain.STSDelegate()
    public delegate SecurityToken^ XdsDomain.STSDelegate();
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also