AppPrincipalManager.DeleteAppPrincipalCredential-Methode
Löscht eine vorhandene Anmeldeinformationen für eine app Hauptbenutzer an.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub DeleteAppPrincipalCredential ( _
credentialReference As AppPrincipalCredentialReference _
)
'Usage
Dim instance As AppPrincipalManager
Dim credentialReference As AppPrincipalCredentialReference
instance.DeleteAppPrincipalCredential(credentialReference)
public void DeleteAppPrincipalCredential(
AppPrincipalCredentialReference credentialReference
)
Parameter
credentialReference
Typ: Microsoft.SharePoint.Client.AppPrincipalCredentialReferenceDen Bezug auf die Anmeldeinformationen aus, die gelöscht werden soll.