JAMS Developer Guide
RemoveAuditRuleAll(CredentialAuditRule) Method


MVPSI.JAMS Namespace > CredentialSecurity Class > RemoveAuditRuleAll Method : RemoveAuditRuleAll(CredentialAuditRule) Method
Removes all instances of the specified CredentialAuditRule from the CredentialSecurity object.
Syntax
'Declaration
 
Public Overloads Sub RemoveAuditRuleAll( _
   ByVal rule As CredentialAuditRule _
) 
'Usage
 
Dim instance As CredentialSecurity
Dim rule As CredentialAuditRule
 
instance.RemoveAuditRuleAll(rule)
public void RemoveAuditRuleAll( 
   CredentialAuditRule rule
)

Parameters

rule
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

Reference

CredentialSecurity Class
CredentialSecurity Members
Overload List