Click or drag to resize

ISecurityEntityInfoTSecurityObject Interface

Represents an object that provide a wrapper for a security info

Namespace:  SanteDB.Core.Model.AMI.Auth
Assembly:  SanteDB.Core.Model.AMI (in SanteDB.Core.Model.AMI.dll) Version: 2.2.1
Syntax
public interface ISecurityEntityInfo<TSecurityObject> : IAmiIdentified, 
	ISecurityEntityInfo
where TSecurityObject : SecurityEntity

Type Parameters

TSecurityObject

[Missing <typeparam name="TSecurityObject"/> documentation for "T:SanteDB.Core.Model.AMI.Auth.ISecurityEntityInfo`1"]

The ISecurityEntityInfoTSecurityObject type exposes the following members.

Properties
  NameDescription
Public propertyEntity
Gets or sets the security object entity
Public propertyKey
Get the desired url resource key
(Inherited from IAmiIdentified.)
Public propertyModifiedOn
Get the modified on
(Inherited from IAmiIdentified.)
Public propertyPolicies
Gets the policies for the object
Public propertyTag
Gets the tag for the resource
(Inherited from IAmiIdentified.)
Top
Methods
  NameDescription
Public methodToIdentifiedData
Gets the entity
(Inherited from ISecurityEntityInfo.)
Top
See Also