ApplicationSecurityInfo(ActivationContext) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ApplicationSecurityInfo klasse met behulp van de opgegeven activeringscontext.

public:
 ApplicationSecurityInfo(ActivationContext ^ activationContext);
public ApplicationSecurityInfo(ActivationContext activationContext);
new System.Security.Policy.ApplicationSecurityInfo : ActivationContext -> System.Security.Policy.ApplicationSecurityInfo
Public Sub New (activationContext As ActivationContext)

Parameters

activationContext
ActivationContext

Een ActivationContext object dat de doeltoepassing uniek identificeert.

Uitzonderingen

activationContext is null.

Opmerkingen

Het ActivationContext object bevat een ApplicationIdentity object dat een toepassing uniek identificeert op basis van de volledige naam en locatie.

Van toepassing op