C# 클래스 dk.nita.saml20.Logging.AuditLogging

파일 보기 프로젝트 열기: symplified/Symplified.Auth

공개 메소드들

메소드 설명
LogPersistentPseudonymAuthenticated ( string nameid, string localuserid ) : void

Call from SP when using persistent psuedonyme profile

logEntry ( Direction dir, System.Operation op ) : void

logEntry ( Direction dir, System.Operation op, String msg ) : void

logEntry ( Direction dir, System.Operation op, string msg, XmlElement data ) : void

logEntry ( Direction dir, System.Operation op, string msg, string data ) : void

비공개 메소드들

메소드 설명
AuditLogging ( ) : System

메소드 상세

LogPersistentPseudonymAuthenticated() 공개 정적인 메소드

Call from SP when using persistent psuedonyme profile
public static LogPersistentPseudonymAuthenticated ( string nameid, string localuserid ) : void
nameid string
localuserid string
리턴 void

logEntry() 공개 정적인 메소드

public static logEntry ( Direction dir, System.Operation op ) : void
dir Direction
op System.Operation
리턴 void

logEntry() 공개 정적인 메소드

public static logEntry ( Direction dir, System.Operation op, String msg ) : void
dir Direction
op System.Operation
msg String
리턴 void

logEntry() 공개 정적인 메소드

public static logEntry ( Direction dir, System.Operation op, string msg, XmlElement data ) : void
dir Direction
op System.Operation
msg string
data System.Xml.XmlElement
리턴 void

logEntry() 공개 정적인 메소드

public static logEntry ( Direction dir, System.Operation op, string msg, string data ) : void
dir Direction
op System.Operation
msg string
data string
리턴 void