'Declaration
Public Function GetAuditRules( _ ByVal includeExplicit As System.Boolean, _ ByVal includeInherited As System.Boolean, _ ByVal targetType As System.Type _ ) As System.Security.AccessControl.AuthorizationRuleCollection
'Usage
Dim instance As CredentialSecurity Dim includeExplicit As System.Boolean Dim includeInherited As System.Boolean Dim targetType As System.Type Dim value As System.Security.AccessControl.AuthorizationRuleCollection value = instance.GetAuditRules(includeExplicit, includeInherited, targetType)
public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules( System.bool includeExplicit, System.bool includeInherited, System.Type targetType )
Parameters
- includeExplicit
- includeInherited
- targetType