SepDeleteLogonSessionClaims

VOID __stdcall SepDeleteLogonSessionClaims(_SEP_LOGON_SESSION_REFERENCES *LogonSession){
  _AUTHZBASEP_CLAIM_ATTRIBUTES_COLLECTION *SharedClaimAttributes; 

  SharedClaimAttributes = LogonSession->SharedClaimAttributes;
  if( SharedClaimAttributes )
  {
    SepDeleteClaimAttributes(SharedClaimAttributes);
    LogonSession->SharedClaimAttributes = 0i64;
  }
}

Referenced by:

SepDeReferenceLogonSession
SepDeleteLogonSessionTrack