Compartir a través de


: SSOConstants.ServiceAction (Enumeración) (Microsoft.SharePoint.Portal.SingleSignon)

Identifies the service action that was recorded in the single sign-on (SSO) database.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)

Sintaxis

'Declaración
Public Enumeration ServiceAction
'Uso
Dim instance As ServiceAction
public enum ServiceAction

Miembros

  Nombre de miembro Descripción
AddApplication An attempt was made to add an enterprise application definition. 
AuthenticateSSOAdmin SSOSrv attempted to authenticate a user with single sign-on rights that called into SSOSrv. 
AuthenticateSSOUser SSOSrv attempted to authenticate a user that called into SSOSrv. 
ConfigureSecretServer An attempt was made to configure the server running SSOSrv. 
ConfigureSingleSignonServer An attempt was made to configure the single sign-on server. 
DeleteApplication An attempt was made to delete an enterprise application definition. 
DeleteCredentials An attempt was made to delete credentials. 
DoesMasterSecretExist An attempt was made to determine if the encryption key exists. 
GenerateMasterSecret An attempt was made to generate the encryption key. 
GetApplication An attempt was made to retrieve an enterprise application definition. 
GetApplicationFields An attempt was made to retrieve the fields of an enterprise application definition. 
GetApplicationManagerConfigProperty An attempt was made to retrieve the user name of the person with rights to manage the enterprise application definition. 
GetApplications An attempt was made to retrieve all enterprise application definitions. 
GetConfigurationProperty An attempt was made to retrieve a configuration property. 
GetCredentials An attempt was made to retrieve credentials. 
GetCredentialsUsingTicket An attempt was made to retrieve credentials using an access token. 
GetDBConfigProperty An attempt was made to retrieve the single sign-on database name. 
GetIsSSOConfiguredProperty An attempt was made to see if SSOSrv is configured. 
GetMasterSecret An attempt was made to retrieve the encryption key. 
GetPurgeAuditDaysConfigProperty An attempt was made to retrieve the value for how many days to purge audit. 
GetSecretServerConfigProperty An attempt was made to retrieve the name of the server running SSOSrv. 
GetSQLServerConfigProperty An attempt was made to retrieve the server name of the computer running Microsoft SQL Server that hosts SSOSrv. 
GetSSOAdminConfigProperty An attempt was made to retrieve the single sign-on user name of the person with administrator rights. 
GetTicketTimeoutConfigProperty An attempt was made to retrieve the time-out value for the access token. 
MembershipCheck A membership check was performed to see if the user that called into SSOSrv was a member of the single sign-on manager group or the application manager group. 
ReencryptCredentials The SSOSrv service was prompted to re-encrypt the credential store. 
ReserveCredentialTicket An attempt was made to reserve an access token. 
RestoreMasterSecret An attempt was made to restore the encryption key. 
SetCredentials An attempt was made to specify credentials.  
SetGroupCredentials An attempt was made to specify credentials for a group. 

Comentarios

Every Microsoft Single Sign-On service (SSOSrv) object model method and property is audited with a member of the ServiceAction enumeration to record the action that was performed along with relevant data, such as the user name, computer name, and enterprise application definition. The audit log is located in the SSO database.

Vea también

Referencia

Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)