Share via


WebSsoTokenVerifier.SetComIfcLogging Method (String, UInt32)

 

This method supports the AD FS infrastructure and is not intended to be used directly from your code. Sets the logging level for the assembly.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void SetComIfcLogging(
    string fileName,
    uint level
)
public:
virtual void SetComIfcLogging(
    String^ fileName,
    unsigned int level
) sealed
abstract SetComIfcLogging : 
        fileName:string *
        level:uint32 -> unit
override SetComIfcLogging : 
        fileName:string *
        level:uint32 -> unit
Public Sub SetComIfcLogging (
    fileName As String,
    level As UInteger
)

Parameters

Implements

IWebSsoTokenVerifier.SetComIfcLogging(String, UInt32)

See Also

WebSsoTokenVerifier Class
System.Web.Security.SingleSignOn Namespace

Return to top