I searched in google but couldn't find the correct answer. Could anyone know how to handle these kind of errors? The error is:
public override ReadOnlyCollection<SecurityKey> SecurityKeys
{
get { throw new NotImplementedException(); }
}
Warning 20 CA1065 : Microsoft.Design : 'someToken.SecurityKeys.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception. D:\some\Security\someUserToken.cs