XmlKeyManager.DeleteKeys(Func<IKey,Boolean>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
System.Object.DeleteKeys(System.Func{Microsoft.AspNetCore.DataProtection.KeyManagement.IKey,System.Boolean})
public bool DeleteKeys (Func<Microsoft.AspNetCore.DataProtection.KeyManagement.IKey,bool> shouldDelete);
member this.DeleteKeys : Func<Microsoft.AspNetCore.DataProtection.KeyManagement.IKey, bool> -> bool
Public Function DeleteKeys (shouldDelete As Func(Of IKey, Boolean)) As Boolean