Click or drag to resize

AuditUtilAuditSecurityCreationAction Method

Note: This API is now obsolete.

Audit that security objects were created

Namespace:  SanteDB.Core.Security.Audit
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
[ObsoleteAttribute("Obsolete", true)]
public static void AuditSecurityCreationAction(
	IEnumerable<Object> objects,
	bool success,
	IEnumerable<string> changedProperties
)

Parameters

objects
Type: System.Collections.GenericIEnumerableObject

[Missing <param name="objects"/> documentation for "M:SanteDB.Core.Security.Audit.AuditUtil.AuditSecurityCreationAction(System.Collections.Generic.IEnumerable{System.Object},System.Boolean,System.Collections.Generic.IEnumerable{System.String})"]

success
Type: SystemBoolean

[Missing <param name="success"/> documentation for "M:SanteDB.Core.Security.Audit.AuditUtil.AuditSecurityCreationAction(System.Collections.Generic.IEnumerable{System.Object},System.Boolean,System.Collections.Generic.IEnumerable{System.String})"]

changedProperties
Type: System.Collections.GenericIEnumerableString

[Missing <param name="changedProperties"/> documentation for "M:SanteDB.Core.Security.Audit.AuditUtil.AuditSecurityCreationAction(System.Collections.Generic.IEnumerable{System.Object},System.Boolean,System.Collections.Generic.IEnumerable{System.String})"]

See Also